Skip to content

Commit 3c3426a

Browse files
committed
fix(helm): typo in values.yaml
typo is causing helm to ignore the certificate.yaml even then when it's set to true
1 parent 1ecca9b commit 3c3426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/helmchart/values.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ kube_rbac_proxy:
3838
memory: 20Mi
3939

4040
enableMonitoring: true
41-
enableCertMAnager: false
41+
enableCertManager: false

0 commit comments

Comments
 (0)