1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 23:16:22 +00:00

update logic to read addon templates from metadata

This commit is contained in:
kinarashah
2019-08-02 11:28:09 -07:00
committed by Alena Prokharchyk
parent 06e87ebabb
commit 44e6adda29
2 changed files with 29 additions and 9 deletions

View File

@@ -6,6 +6,5 @@ import (
)
func GetKubeDNSManifest(KubeDNSConfig interface{}, data map[string]interface{}) (string, error) {
return templates.CompileTemplateFromMap(templates.GetDefaultVersionedTemplate(rkeData.KubeDNS, data), KubeDNSConfig)
}