Skip to content

Commit baa030e

Browse files
authored
Merge pull request #6566 from zalando-incubator/remove-etcd-tls-flag
remove ETCD_CLIENT_TLS_ENABLED from etcd env
2 parents 65bfb97 + f4fff69 commit baa030e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ etcd_instance_type: "t3.medium"
615615
{{end}}
616616

617617
etcd_scalyr_key: ""
618-
etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-15" "861068367966"}}
618+
etcd_ami: {{ amiID "zalando-ubuntu-etcd-production-v3.5.9-amd64-main-20" "861068367966"}}
619619

620620
dynamodb_service_link_enabled: "false"
621621

cluster/etcd/stack.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Resources:
6262
ETCD_CERT_FILE=/etc/etcd/ssl/client.cert
6363
ETCD_KEY_FILE=/etc/etcd/ssl/client.key
6464
ETCD_TRUSTED_CA_FILE=/etc/etcd/ssl/ca.cert
65-
ETCD_CLIENT_TLS_ENABLED='true'
6665
ETCD_LOG_LEVEL=info
6766
HOSTED_ZONE="{{.Values.hosted_zone}}"
6867
S3_CERTS_BUCKET="{{ .S3GeneratedFilesPath }}"

0 commit comments

Comments
 (0)