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 d91eb00 commit 0606144Copy full SHA for 0606144
cluster/manifests/deployment-service/controller-statefulset.yaml
@@ -32,9 +32,7 @@ spec:
32
image: "container-registry.zalando.net/teapot/deployment-controller:master-165"
33
args:
34
- "--config-namespace=kube-system"
35
-{{- if eq .Cluster.ConfigItems.deployment_secret_decrypt_any "false" }}
36
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
37
-{{- end }}
38
env:
39
- name: AWS_REGION
40
value: "{{.Cluster.Region}}"
0 commit comments