Skip to content

Commit 2ca6854

Browse files
committed
charts/opencloud/values.yaml: do not set the cert-manager annotation on the ingress, only show it as an example
1 parent 9e74a10 commit 2ca6854

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/opencloud/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,5 +585,6 @@ ingress:
585585

586586
# Custom annotations applied to all ingress resources.
587587
# These are merged with any annotations from 'annotationsPreset' (if set).
588-
annotations:
589-
cert-manager.io/cluster-issuer: letsencrypt
588+
annotations: {}
589+
# Example:
590+
# cert-manager.io/cluster-issuer: letsencrypt

0 commit comments

Comments
 (0)