Skip to content
Snippets Groups Projects
Commit 17cf7b01 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix permission on kubeconfig

parent 215012ae
Branches
No related tags found
1 merge request!1973Development
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG} DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG}
BRANCH_NAME: $CI_COMMIT_REF_NAME BRANCH_NAME: $CI_COMMIT_REF_NAME
COMMIT_NAME: $CI_COMMIT_REF_SLUG COMMIT_NAME: $CI_COMMIT_REF_SLUG
before_script:
- chmod go-r $KUBECONFIG
script: script:
- .gitlab/deployment_scripts/update_secret.sh - .gitlab/deployment_scripts/update_secret.sh
- .gitlab/deployment_scripts/update_deployment.sh - .gitlab/deployment_scripts/update_deployment.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment