From 1c9afda81bc0ec7a8047133d9184f837a8a12b8a Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 9 Jan 2020 19:22:52 -0600 Subject: [PATCH] reverting to microk8s hostpath storage for now --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index d868410..1d027f3 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -153,7 +153,7 @@ jobs: - key: app.env.node_env value: development - key: persistence.storageClass - value: storage-hostpath + value: microk8s-hostpath recreate_pods: true # Release Pipeline - name: test-release