Skip to content

Commit 341c825

Browse files
authored
Check that external secret can be created
1 parent cb28a63 commit 341c825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/k8s-deploy-qa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
100100
- name: Release
101101
run: |
102+
kubectl auth can-i create externalsecrets -n ${{ env.HELM_RELEASE_NAMESPACE }}
102103
helm upgrade \
103104
--install \
104105
--history-max 3 \

0 commit comments

Comments
 (0)