File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ metadata:
44 name : dashboard
55 labels :
66 {{- include "projectsveltos.labels" . | nindent 4 }}
7+ {{- with .Values.dashboard.annotations }}
8+ annotations :
9+ {{- range $key, $value := . }}
10+ {{ $key }}: {{ $value | quote }}
11+ {{- end }}
12+ {{- end }}
713spec :
814 type : {{ .Values.dashboard.type }}
915 selector :
1016 app : dashboard
1117 {{- include "projectsveltos.selectorLabels" . | nindent 4 }}
1218 ports :
13- {{- .Values.dashboard.ports | toYaml | nindent 2 -}}
19+ {{- .Values.dashboard.ports | toYaml | nindent 2 -}}
Original file line number Diff line number Diff line change 33 useDigest : false
44 imagePullSecrets : []
55dashboard :
6+ annotations : {}
67 dashboard :
78 image :
89 repository : projectsveltos/dashboard
You can’t perform that action at this time.
0 commit comments