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 47a1e15 commit 1c5a9d8Copy full SHA for 1c5a9d8
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