Skip to content

Commit

Permalink
fix disabling plural-certmanager-webhook
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Sep 13, 2023
1 parent 4067644 commit 98666a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/bootstrap/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,18 @@ func getBootstrapFlags(prov string) []string {
"--set", "bootstrap.snapshot-validation-webhook.enabled=false",
"--set", "bootstrap.tigera-operator.enabled=false",
"--set", "bootstrap.external-dns.enabled=false",
"--set", "bootstrap.plural-certmanager-webhook.enabled=false",
"--set", "plural-certmanager-webhook.enabled=false",
}
case api.ProviderAzure:
return []string{
"--set", "cluster-api-cluster.cluster.azure.clusterIdentity.bootstrapMode=true",
"--set", "plural-certmanager-webhook.enabled=false",
}
case api.ProviderGCP:
return []string{
"--set", "bootstrap.cert-manager.serviceAccount.create=true",
"--set", "cluster-api-provider-gcp.cluster-api-provider-gcp.bootstrapMode=true",
"--set", "plural-certmanager-webhook.enabled=false",
}
default:
return []string{}
Expand Down

0 comments on commit 98666a7

Please sign in to comment.