Skip to content

Commit

Permalink
Merge pull request #5 from wisemen-digital/feature/change-filters-name
Browse files Browse the repository at this point in the history
Change rollout-filters to k8s-rollout-filters
  • Loading branch information
djbe authored Jun 9, 2024
2 parents 1a81b84 + 1dd544e commit bb0f51c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-workflow-rollout-to-digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: filtered
uses: dorny/paths-filter@v3
with:
filters: .github/rollout-filters.yaml
filters: .github/k8s-rollout-filters.yaml
- name: Generate Matrix
if: "${{ github.event.inputs.deployments != '' }}"
id: dispatch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-workflow-rollout-to-scaleway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: filtered
uses: dorny/paths-filter@v3
with:
filters: .github/rollout-filters.yaml
filters: .github/k8s-rollout-filters.yaml
- name: Generate Matrix
if: "${{ github.event.inputs.deployments != '' }}"
id: dispatch
Expand Down
2 changes: 1 addition & 1 deletion Docs/k8s-workflow-rollout-to-digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description

This workflow will either:
- *By default:* Check which folders have changed (using the `.github/rollout-filters.yaml` file)
- *By default:* Check which folders have changed (using the `.github/k8s-rollout-filters.yaml` file)
- Use the provided `cluster-deployments` list (comma separated)

Using either list, it will trigger a rollout to the specified cluster using the configuration stored in that folder.
Expand Down
2 changes: 1 addition & 1 deletion Docs/k8s-workflow-rollout-to-scaleway.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description

This workflow will either:
- *By default:* Check which folders have changed (using the `.github/rollout-filters.yaml` file)
- *By default:* Check which folders have changed (using the `.github/k8s-rollout-filters.yaml` file)
- Use the provided `cluster-deployments` list (comma separated)

Using either list, it will trigger a rollout to the specified cluster using the configuration stored in that folder.
Expand Down

0 comments on commit bb0f51c

Please sign in to comment.