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:
labels:
app: #@ data.values.app_name
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
spec:
serviceAccountName: #@ data.values.app_name + "-service-account"
containers: