fix: Run go fmt
Signed-off-by: André Arnqvist <andrearnqvist@gmail.com>
This commit is contained in:
parent
9dc8508e35
commit
6afe824843
|
|
@ -492,12 +492,12 @@ func (st *HelmState) reformat(spec *ReleaseSpec) []string {
|
||||||
|
|
||||||
if st.OverrideKubeContext != "" {
|
if st.OverrideKubeContext != "" {
|
||||||
kubecontext = st.OverrideKubeContext
|
kubecontext = st.OverrideKubeContext
|
||||||
} else {
|
} else {
|
||||||
kubecontext = r.KubeContext
|
kubecontext = r.KubeContext
|
||||||
}
|
}
|
||||||
if st.OverrideNamespace != "" {
|
if st.OverrideNamespace != "" {
|
||||||
namespace = st.OverrideNamespace
|
namespace = st.OverrideNamespace
|
||||||
} else {
|
} else {
|
||||||
namespace = r.Namespace
|
namespace = r.Namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue