Skip to content
Snippets Groups Projects
Commit 7a7c4906 authored by František Dvořák's avatar František Dvořák
Browse files

Fix deployment of ephemeral storage

parent 81435af9
No related branches found
No related tags found
No related merge requests found
...@@ -293,6 +293,7 @@ ...@@ -293,6 +293,7 @@
shell: |- shell: |-
helm status --namespace local-path-storage local-path-storage helm status --namespace local-path-storage local-path-storage
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
kubectl create namespace local-path-storage || :
helm install {{ config }} helm install {{ config }}
else else
helm upgrade {{ config }} helm upgrade {{ config }}
......
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