Skip to content

Commit

Permalink
Merge pull request 2i2c-org#985 from sgibson91/cluster-config-refactor
Browse files Browse the repository at this point in the history
Cluster config refactor
  • Loading branch information
consideRatio authored Feb 14, 2022
2 parents fdfbce5 + 2d6acfc commit c2931ab
Show file tree
Hide file tree
Showing 67 changed files with 3,076 additions and 2,910 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
- ".github/workflows/deploy-hubs.yaml"
- ".github/actions/deploy/*"
- name: Check which cluster.yaml file has changed (if any)
- name: Check which cluster directory has changes (if any)
uses: dorny/paths-filter@v2
id: config_files
with:
filters: |
hub_config:
- "config/clusters/${{ matrix.cluster_name }}.cluster.yaml"
- "config/clusters/${{ matrix.cluster_name }}/**"
- name: Setup gcloud
if: |
Expand Down
Loading

0 comments on commit c2931ab

Please sign in to comment.