1
0
mirror of https://github.com/rancher/types.git synced 2025-07-02 16:31:48 +00:00

Merge pull request #1108 from superseb/nodelocal2

Add support for nodelocal DNS
This commit is contained in:
Luther Monson 2020-02-28 16:09:57 -07:00 committed by GitHub
commit dfc415758d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ const (
KubeDNS = "kubeDNS"
MetricsServer = "metricsServer"
NginxIngress = "nginxIngress"
Nodelocal = "nodelocal"
TemplateKeys = "templateKeys"
)