Skip to content

Commit

Permalink
Update Rancher-monitoring jobs.yaml for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaltum authored Mar 11, 2024
1 parent d560116 commit e086fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
echo "Applying CRDs...";
mkdir -p /etc/crd;
base64 -d /etc/config/crd-manifest.tgz.b64 | tar -xzv -C /etc/crd;
kubectl replace -Rf /etc/crd || kubectl create -Rf /etc/crd;
kubectl replace -Rf /etc/crd || kubectl create -Rf /etc/crd || exit 255;
echo "Waiting for CRDs to be recognized before finishing installation...";
Expand Down

0 comments on commit e086fc8

Please sign in to comment.