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 1
1
apiVersion : v2
2
2
name : netbox
3
- version : 5.0.0-beta9
3
+ version : 5.0.0-beta10
4
4
appVersion : " v4.0.0"
5
5
type : application
6
6
kubeVersion : ^1.25.0-0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : {{ include "common.names.fullname" . }}
6
6
namespace : {{ include "common.names.namespace" . | quote }}
7
7
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 }}
9
9
{{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }}
10
10
annotations : {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
11
11
{{- end }}
You can’t perform that action at this time.
0 commit comments