Skip to content

Commit d6ade5e

Browse files
authored
Merge branch 'develop' into fix/values-1
2 parents 4728a83 + 3165419 commit d6ade5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/netbox/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "common.names.fullname" . }}
66
namespace: {{ include "common.names.namespace" . | quote }}
77
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
8-
{{- if or .Values.service.annotations .Values.commonAnnotations }}
8+
{{- if or .Values.ingress.annotations .Values.commonAnnotations }}
99
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
1010
annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
1111
{{- end }}

0 commit comments

Comments
 (0)