Indent pod template annotations correctly in deployment.yaml

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Andrew Keesler 2020-08-04 14:34:10 -07:00 committed by Ryan Richard
parent 09571d1117
commit fb843aa15b

View File

@ -49,8 +49,8 @@ spec:
metadata: metadata:
labels: labels:
app: #@ data.values.app_name app: #@ data.values.app_name
annotations: annotations:
scheduler.alpha.kubernetes.io/critical-pod: "" scheduler.alpha.kubernetes.io/critical-pod: ""
spec: spec:
serviceAccountName: #@ data.values.app_name + "-service-account" serviceAccountName: #@ data.values.app_name + "-service-account"
containers: containers: