Add support for additional initContainers and additional volume/volumeMounts (#1542)
fix github action to handle crd installation correctly Signed-off-by: bakito <github@bakito.ch> Signed-off-by: bakito <github@bakito.ch>
This commit is contained in:
parent
3351b30ee6
commit
32d86666be
5 changed files with 41 additions and 3 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -64,7 +64,9 @@ jobs:
|
|||
if: |
|
||||
contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater')
|
||||
run: |
|
||||
kubectl apply -f charts/argo-cd/templates/crds
|
||||
helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
|
||||
helm dependency build charts/argo-cd/
|
||||
helm template charts/argo-cd/ -s templates/crds/* | kubectl apply -f -
|
||||
|
||||
- name: Skip HPA tests of ArgoCD
|
||||
if: contains(steps.list-changed.outputs.changed_charts, 'argo-cd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue