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