1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 10:20:48 +00:00

Add support for nodelocal DNS

This commit is contained in:
Sebastiaan van Steenis 2020-02-28 14:37:15 +01:00
parent 12620b5bd7
commit 45db816cef

View File

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