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: