Skip to content

Commit c090fda

Browse files
add workflow missing step
1 parent 768feba commit c090fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
8282
helm dependency build charts/argo-cd/
83-
helm template charts/argo-cd/ --set server.extensions.enabled=true -s templates/crds/* | kubectl apply -f
83+
helm template charts/argo-cd/ --set server.extensions.enabled=true -s templates/crds/* | kubectl apply -f -
8484
8585
- name: Skip HPA tests of ArgoCD
8686
if: contains(steps.list-changed.outputs.changed_charts, 'argo-cd')

0 commit comments

Comments
 (0)