We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f7dd8 commit f5b756cCopy full SHA for f5b756c
.github/workflows/k8s-deploy.yml
@@ -97,7 +97,8 @@ jobs:
97
if: failure() || cancelled()
98
run: |
99
kubectl -n "opencrvs-${ENV}" get secrets -l owner=helm,status=pending-install \
100
- -o name | xargs kubectl -n "opencrvs-${ENV}" delete
+ -o name | xargs kubectl -n "opencrvs-${ENV}" delete || \
101
+ echo "No helm locks found, all is good"
102
103
reset-data:
104
if: ${{ inputs.reset }}
0 commit comments