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.
1 parent 03dc8cd commit d80568dCopy full SHA for d80568d
ci/helm-chart/templates/deployment.yaml
@@ -20,6 +20,9 @@ spec:
20
labels:
21
app.kubernetes.io/name: {{ include "code-server.name" . }}
22
app.kubernetes.io/instance: {{ .Release.Name }}
23
+ {{- if .Values.podAnnotations }}
24
+ annotations: {{- toYaml .Values.podAnnotations | nindent 8 }}
25
+ {{- end }}
26
spec:
27
imagePullSecrets: {{- toYaml .Values.imagePullSecrets | nindent 8 }}
28
{{- if .Values.hostnameOverride }}
0 commit comments