We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411f4b6 commit b7ab038Copy full SHA for b7ab038
charts/sourcegraph/examples/ingress/override.yaml
@@ -5,7 +5,7 @@
5
frontend:
6
ingress:
7
annotations:
8
- kubernetes.io/ingress.class: custom-value # Changes value of annotation
+ kubernetes.io/ingress.class: null # Disables annotation since we are setting ingressClassName
9
nginx.ingress.kubernetes.io/proxy-body-size: null # Disables annotation
10
custom-annotation: custom # Adds a new annotation
11
ingressClassName: nginx # Sets the ingressClassname
0 commit comments