Fix typo on code

This commit is contained in:
2021-12-01 14:06:06 +01:00
parent db84bdbccf
commit a536fcd369

View File

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