Add Templates to pretty config

This commit is contained in:
Nikolai Rodionov 2024-05-10 13:40:38 +02:00
parent 113ed8919a
commit c2b459ee70
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -152,7 +152,7 @@ func (app *Application) Create(ctx context.Context) error {
}, },
}, },
StringData: map[string]string{ StringData: map[string]string{
"values": string(cfgYaml), "values.yaml": string(cfgYaml),
}, },
} }