Skip to content

Commit

Permalink
Merge pull request #735 from zalando-incubator/remove-etcd-tls-config
Browse files Browse the repository at this point in the history
remove etcd_client_tls_enabled config-item reference
  • Loading branch information
demonCoder95 authored Jan 31, 2024
2 parents a6d40c8 + b14ed63 commit 430f130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provisioner/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const (
etcdClientCAConfigItem = "etcd_client_ca_cert"
etcdClientKeyConfigItem = "etcd_client_server_key"
etcdClientCertificateConfigItem = "etcd_client_server_cert"
etcdClientTLSEnabledConfigItem = "etcd_client_tls_enabled"
etcdImageConfigItem = "etcd_image"

applicationTagKey = "application"
Expand Down

0 comments on commit 430f130

Please sign in to comment.