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 b59a4f7 commit 04ce27bCopy full SHA for 04ce27b
ci/helm-chart/templates/deployment.yaml
@@ -7,6 +7,9 @@ metadata:
7
helm.sh/chart: {{ include "code-server.chart" . }}
8
app.kubernetes.io/instance: {{ .Release.Name }}
9
app.kubernetes.io/managed-by: {{ .Release.Service }}
10
+ {{- if .Values.Annotations }}
11
+ annotations: {{- toYaml .Values.Annotations | nindent 8 }}
12
+ {{- end }}
13
spec:
14
replicas: {{ .Values.replicaCount | default 1 }}
15
strategy:
0 commit comments