Fixup a message

This commit is contained in:
2021-12-01 14:01:21 +01:00
parent 2f9a47413e
commit db84bdbccf

View File

@@ -78,8 +78,11 @@ func CreateReplicaObject(name string, s compose.Service) (ret []interface{}) {
})
ret = append(ret, store)
Greenf("Done configMap %s\n", cf)
}
if !isSecret{
Greenf("Done configMap %s\n", cf)
} else {
Greenf("Done secret %s\n", cf)
}
container.Image = "{{ .Values." + name + ".image }}"
Values[name] = map[string]interface{}{