File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : netbox
3- version : 5.0.0-beta9
3+ version : 5.0.0-beta10
44appVersion : " v4.0.0"
55type : application
66kubeVersion : ^1.25.0-0
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments