From 513d7d193e0513d3d105c943635192efe421181e Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Mon, 12 May 2025 20:40:17 -0500 Subject: [PATCH] Changing the name of persistent volume stuff because of should have had a missing prefix I think... --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b12e34a..a9ce163 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -193,7 +193,7 @@ jobs: k8s-delete \ --namespace ${{ env.NAMESPACE }} \ --release-name ${{ env.RELEASE_NAME }} \ - --rwx-volumes vault-role-vars + --rwx-volumes services-vault-role-vars # Deploy the resources to the cluster - name: Deploy Helm Chart @@ -229,7 +229,7 @@ jobs: --release-name ${{ env.RELEASE_NAME }} \ --filled-values-file $FILLED_VALUES_FILE \ --chart-name $CHART_NAME \ - --rwx-volumes vault-role-vars + --rwx-volumes services-vault-role-vars # Once deployed, we want to restore it to it's previous state (if applicable) restore: