Skip to content

Commit

Permalink
updated cert manager configuration to use crds.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Aug 15, 2024
1 parent d5efaed commit bde4f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/deployprofisee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ if [ "$USELETSENCRYPT" = "Yes" ]; then
sleep 20;
fi
# Install the cert-manager Helm chart
helm install cert-manager jetstack/cert-manager -n profisee --set installCRDs=true --set nodeSelector."kubernetes\.io/os"=linux --set webhook.nodeSelector."kubernetes\.io/os"=linux --set cainjector.nodeSelector."kubernetes\.io/os"=linux --set startupapicheck.nodeSelector."kubernetes\.io/os"=linux
helm install cert-manager jetstack/cert-manager -n profisee --set crds.enabled=true --set nodeSelector."kubernetes\.io/os"=linux --set webhook.nodeSelector."kubernetes\.io/os"=linux --set cainjector.nodeSelector."kubernetes\.io/os"=linux --set startupapicheck.nodeSelector."kubernetes\.io/os"=linux
# Wait for the cert manager to be ready
echo $"Let's Encrypt is waiting for certificate manager to be ready, sleeping for 30 seconds.";
sleep 30;
Expand Down

0 comments on commit bde4f3b

Please sign in to comment.