Skip to content
Snippets Groups Projects
Commit 37ed7ef6 authored by dehury's avatar dehury
Browse files

Update manifest/.k8-deploy-apps.yml

parent 98efc636
No related branches found
No related tags found
No related merge requests found
Pipeline #13369 passed
......@@ -20,7 +20,7 @@ deploy-job:
# # Create $NAMESPACE namespace if it does not exist. make sure that the variable $NAMESPACE existing in the settings of the project
- kubectl create namespace $NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
- kubectl config set-context --current --namespace=$NAMESPACE
- kubectl apply -f manifest/grafana/grafana-pv.yml
- kubectl apply -f manifest/grafana/grafana-pv.yml
- kubectl apply -f manifest/grafana/grafana.yml -n $NAMESPACE
# I have defined the following variables in project -> setting -> CICD -> Variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment