Commit b7a236fb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'issue-7' into 'master'

Make kube config read only

Closes #7

See merge request to-be-continuous/helmfile!16
parents 76dff1de 083295b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -449,6 +449,7 @@ stages:
    elif [[ -n "$KUBECONFIG" ]]
    then
      log_info "--- using \\e[32mKUBECONFIG\\e[0m provided by GitLab"
      chmod 600 "$KUBECONFIG"
      if [[ -n "$KUBE_CONTEXT" ]]
      then
        kubectl config use-context "$KUBE_CONTEXT"