Skip to content

Commit c2dc259

Browse files
authored
Merge pull request opencloud-eu#62 from kastl-ars/20250529_remove_ingress_annotation
charts/opencloud/values.yaml: do not set the cert-manager annotation by default
2 parents 359c755 + 2ca6854 commit c2dc259

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
@@ -637,5 +637,6 @@ ingress:
637637

638638
# Custom annotations applied to all ingress resources.
639639
# These are merged with any annotations from 'annotationsPreset' (if set).
640-
annotations:
641-
cert-manager.io/cluster-issuer: letsencrypt
640+
annotations: {}
641+
# Example:
642+
# cert-manager.io/cluster-issuer: letsencrypt

0 commit comments

Comments
 (0)