From 1e087bf7f11258f1c791f677e717c336e7471e60 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 9 Jan 2020 18:54:06 -0600 Subject: [PATCH] Updating the storage controller --- .helm/Chart.yaml | 2 +- .helm/values.yaml | 2 +- pipeline.yml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.helm/Chart.yaml b/.helm/Chart.yaml index 45330ef..368d93d 100644 --- a/.helm/Chart.yaml +++ b/.helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: baphomet-js -version: 0.1.0 +version: 0.1.1 diff --git a/.helm/values.yaml b/.helm/values.yaml index 8b14c27..da8f2e2 100644 --- a/.helm/values.yaml +++ b/.helm/values.yaml @@ -18,7 +18,7 @@ persistence: accessMode: ReadWriteOnce enabled: true size: 10Mi - storageClass: microk8s-hostpath + storageClass: storage imagePullSecrets: [] nameOverride: "" diff --git a/pipeline.yml b/pipeline.yml index 71908ce..d868410 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -152,6 +152,8 @@ jobs: value: Always - key: app.env.node_env value: development + - key: persistence.storageClass + value: storage-hostpath recreate_pods: true # Release Pipeline - name: test-release