diff --git a/cesnet-central/playbooks/k8s.yaml b/cesnet-central/playbooks/k8s.yaml index d0e9cb888f1ab491194e057213f1b75f9cf2f2ec..7d1b5c41d25b08c820f855d368d38528dd5127cf 100644 --- a/cesnet-central/playbooks/k8s.yaml +++ b/cesnet-central/playbooks/k8s.yaml @@ -293,6 +293,7 @@ shell: |- helm status --namespace local-path-storage local-path-storage if [ $? -ne 0 ]; then + kubectl create namespace local-path-storage || : helm install {{ config }} else helm upgrade {{ config }}