Attempting to debug snapshot issues
This commit is contained in:
parent
02ad266448
commit
6e39251a65
2 changed files with 8 additions and 7 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
|
@ -114,9 +114,9 @@ jobs:
|
|||
# --image-name ${{ secrets.REPOSITORY_HOSTNAME }}/k8s/${{ env.IMAGE_NAME }}
|
||||
|
||||
# Update the Hashicorp Vault instance for the Accessible Events Platform (AEP)
|
||||
#update-k8s-deployment-image \
|
||||
# --image-version ${{ env.CONTAINER_IMAGE_VERSION }} \
|
||||
# --namespace aep \
|
||||
# --deployment-name aep-vault \
|
||||
# --container-name aep-vault \
|
||||
# --image-name ${{ secrets.REPOSITORY_HOSTNAME }}/k8s/${{ env.IMAGE_NAME }}
|
||||
update-k8s-deployment-image \
|
||||
--image-version ${{ env.CONTAINER_IMAGE_VERSION }} \
|
||||
--namespace aep \
|
||||
--deployment-name aep-vault \
|
||||
--container-name aep-vault \
|
||||
--image-name ${{ secrets.REPOSITORY_HOSTNAME }}/k8s/${{ env.IMAGE_NAME }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue