Skip to content

Commit

Permalink
fix certmanager error
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel committed Oct 13, 2024
1 parent 240f7c0 commit 1b7a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbaseresources/ingress-cert-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type CertManagerProps struct {
// https://artifacthub.io/packages/helm/cert-manager/cert-manager
func (props *CertManagerProps) Render(scope kgen.Scope) {
values := map[string]interface{}{
"installCRDs": "true",
"installCRDs": true,
"extraArgs": []string{
"--enable-certificate-owner-ref=true",
},
Expand Down

0 comments on commit 1b7a8fc

Please sign in to comment.