Skip to content

Commit

Permalink
updated kustomize-objects-namespaced.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 7, 2024
1 parent d31fc23 commit 4e18a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kustomize-objects-namespaced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

env:
# XXX: https://github.com/wiremind/wiremind-helm-charts/issues/259
IGNORE_REGEX: clair/|rancher/
IGNORE_REGEX: clair/|traefik-hub-agent/|rancher/
DEBUG: ${{ github.event.inputs.debug == true || '' }}

permissions:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: 'Install Helm Charts found in all */base/kustomization.y*ml files to query Kubernetes API to exclude objects at cluster scope'
run: |
# XXX: https://github.com/wiremind/wiremind-helm-charts/issues/259
kustomizations="$(find . -type f -path '*/*/kustomization.y*ml' | grep -v 'clair/|traefik-hub-agent/|rancher/')"
kustomizations="$(find . -type f -path '*/*/kustomization.y*ml' | grep -v "$IGNORE_REGEX")"
# try twice in case of timeouts
export SKIP_EXISTING_HELM_INSTALLATIONS=1
export SKIP_ERRORS=1
Expand Down

0 comments on commit 4e18a24

Please sign in to comment.