Changing the name of persistent volume stuff because of should have had a missing prefix I think...
This commit is contained in:
parent
15007dfcdd
commit
513d7d193e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -193,7 +193,7 @@ jobs:
|
||||||
k8s-delete \
|
k8s-delete \
|
||||||
--namespace ${{ env.NAMESPACE }} \
|
--namespace ${{ env.NAMESPACE }} \
|
||||||
--release-name ${{ env.RELEASE_NAME }} \
|
--release-name ${{ env.RELEASE_NAME }} \
|
||||||
--rwx-volumes vault-role-vars
|
--rwx-volumes services-vault-role-vars
|
||||||
|
|
||||||
# Deploy the resources to the cluster
|
# Deploy the resources to the cluster
|
||||||
- name: Deploy Helm Chart
|
- name: Deploy Helm Chart
|
||||||
|
|
@ -229,7 +229,7 @@ jobs:
|
||||||
--release-name ${{ env.RELEASE_NAME }} \
|
--release-name ${{ env.RELEASE_NAME }} \
|
||||||
--filled-values-file $FILLED_VALUES_FILE \
|
--filled-values-file $FILLED_VALUES_FILE \
|
||||||
--chart-name $CHART_NAME \
|
--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)
|
# Once deployed, we want to restore it to it's previous state (if applicable)
|
||||||
restore:
|
restore:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue