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.
2 parents 4728a83 + 3165419 commit d6ade5eCopy full SHA for d6ade5e
charts/netbox/templates/ingress.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: {{ include "common.names.fullname" . }}
6
namespace: {{ include "common.names.namespace" . | quote }}
7
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
8
- {{- if or .Values.service.annotations .Values.commonAnnotations }}
+ {{- if or .Values.ingress.annotations .Values.commonAnnotations }}
9
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
10
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
11
{{- end }}
0 commit comments