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 b61ec9a commit aedd2fbCopy full SHA for aedd2fb
ci/helm-chart/templates/deployment.yaml
@@ -7,8 +7,8 @@ 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 }}
+ {{- if .Values.annotations }}
+ annotations: {{- toYaml .Values.annotations | nindent 8 }}
12
{{- end }}
13
spec:
14
replicas: {{ .Values.replicaCount | default 1 }}
0 commit comments