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

Commit

Permalink
template: use of InitialConfig to build cluster.yaml (#1824)
Browse files Browse the repository at this point in the history
this changes cluster.yaml initial skeleton to avoid the use of Config as input
  • Loading branch information
sei-nicolas authored and davidmccormick committed Jan 23, 2020
1 parent 1ffe330 commit 55e9e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/files/cluster.yaml.tmpl
Expand Up @@ -1655,7 +1655,7 @@ kubeAwsPlugins:
# annotations: {}
# # set the ingress hostname to a valid domain that gets routed to your ingress controller
# # by default generate a host based on the servicename and clusters apiendpoint dns name.
# hostname: kubernetes-dashboard.ingress.{{ .Config.AdminAPIEndpoint.DNSName }}
# hostname: kubernetes-dashboard.ingress.{{ .ExternalDNSName }}
# # set 'supressIngressSecret' to true if you are using something like jetstack cert-manager for auto provisioning ingress certificates
# # ingress certificates
# supressIngresSecret: false
Expand All @@ -1670,4 +1670,4 @@ kubeAwsPlugins:
# path:
# caPath: credentials/ingress-ca.pem
# certPath: credentials/dashboard-ingress.pem
# keyPath: credentials/dashboard-ingress-key.pem
# keyPath: credentials/dashboard-ingress-key.pem

0 comments on commit 55e9e81

Please sign in to comment.