Skip to content

Commit b7ab038

Browse files
authored
docs: Don't set both ingress.class and ingressClassName in example (#166)
Fix example to follow docs added in #165
1 parent 411f4b6 commit b7ab038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/examples/ingress/override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
frontend:
66
ingress:
77
annotations:
8-
kubernetes.io/ingress.class: custom-value # Changes value of annotation
8+
kubernetes.io/ingress.class: null # Disables annotation since we are setting ingressClassName
99
nginx.ingress.kubernetes.io/proxy-body-size: null # Disables annotation
1010
custom-annotation: custom # Adds a new annotation
1111
ingressClassName: nginx # Sets the ingressClassname

0 commit comments

Comments
 (0)