Skip to content

Commit 0606144

Browse files
committed
Remove templating from deployment-service.
Signed-off-by: Rodrigo Reis <[email protected]>
1 parent d91eb00 commit 0606144

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster/manifests/deployment-service/controller-statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ spec:
3232
image: "container-registry.zalando.net/teapot/deployment-controller:master-165"
3333
args:
3434
- "--config-namespace=kube-system"
35-
{{- if eq .Cluster.ConfigItems.deployment_secret_decrypt_any "false" }}
3635
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
37-
{{- end }}
3836
env:
3937
- name: AWS_REGION
4038
value: "{{.Cluster.Region}}"

0 commit comments

Comments
 (0)