We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d27a8e commit 8ef3c34Copy full SHA for 8ef3c34
manifests/charts/aeraki/templates/deployment.yaml
@@ -60,7 +60,7 @@ spec:
60
periodSeconds: 3
61
timeoutSeconds: 5
62
resources:
63
- {{ - toYaml .Values.resources | nindent 12 }}
+ {{- toYaml .Values.resources | nindent 12 }}
64
env:
65
- name: AERAKI_IS_MASTER
66
value: {{ .Values.AERAKI_ENV.AERAKI_IS_MASTER }}
0 commit comments