fixes for ingress

pull/12443/head
Sharif Elgamal 2021-09-09 13:47:01 -07:00
parent 3e25ee3dfe
commit 96923883e7
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ var addonsEnableCmd = &cobra.Command{
`, out.V{"profileArg": tipProfileArg})
}
if err != nil {
if err == nil {
out.Step(style.AddonEnable, "The '{{.addonName}}' addon is enabled", out.V{"addonName": addon})
}
},

View File

@ -225,6 +225,7 @@ rules:
- configmaps
verbs:
- create
- update
- apiGroups:
- ''
resources: