Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Oct 12, 2024
1 parent 80d30ef commit 8184547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: Verify if CRDs were changed
id: crd-check
env:
HELM_CRDS_PATH: "./helm-charts-cloned/charts/atlas-operator-crds/templates"
HELM_CRDS_PATH: "../helm-charts-cloned/charts/atlas-operator-crds/templates"
run: |
devbox run -- "make helm-upd-crds"
- name: Verify if RBAC were changed
id: rbac-check
env:
HELM_RBAC_FILE: "./helm-charts-cloned/charts/atlas-operator/rbac.yaml"
HELM_RBAC_FILE: "../helm-charts-cloned/charts/atlas-operator/rbac.yaml"
run: |
devbox run -- "make helm-upd-rbac"
Expand Down

0 comments on commit 8184547

Please sign in to comment.