We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b049030 commit 4fa65f4Copy full SHA for 4fa65f4
1 file changed
.github/workflows/ci.yaml
@@ -59,7 +59,8 @@ jobs:
59
- name: Deploy eoAPI Chart
60
uses: helmfile/helmfile-action@v2.0.4
61
with:
62
- helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
+ helmfile-args: 'apply'
63
+ # helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
64
helmfile-workdirectory: kubernetes/helm
65
# - run: |
66
# kubectl get clusterissuer -o=jsonpath='{.items[*].spec.acme.email}'
0 commit comments