Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 8790aa5

Browse files
authored
template: use of InitialConfig to build cluster.yaml (#1827)
this changes cluster.yaml initial skeleton to avoid the use of Config as input
1 parent 75a50f6 commit 8790aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/files/cluster.yaml.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ kubeAwsPlugins:
16551655
# annotations: {}
16561656
# # set the ingress hostname to a valid domain that gets routed to your ingress controller
16571657
# # by default generate a host based on the servicename and clusters apiendpoint dns name.
1658-
# hostname: kubernetes-dashboard.ingress.{{ .Config.AdminAPIEndpoint.DNSName }}
1658+
# hostname: kubernetes-dashboard.ingress.{{ .ExternalDNSName }}
16591659
# # set 'supressIngressSecret' to true if you are using something like jetstack cert-manager for auto provisioning ingress certificates
16601660
# # ingress certificates
16611661
# supressIngresSecret: false
@@ -1670,4 +1670,4 @@ kubeAwsPlugins:
16701670
# path:
16711671
# caPath: credentials/ingress-ca.pem
16721672
# certPath: credentials/dashboard-ingress.pem
1673-
# keyPath: credentials/dashboard-ingress-key.pem
1673+
# keyPath: credentials/dashboard-ingress-key.pem

0 commit comments

Comments
 (0)