forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 2i2c-org#5289 from sgibson91/ci-cd/separate-suppor…
…t-staging Refactor CI/CD so support and staging jobs are separate, and multiple staging hubs are detected
- Loading branch information
Showing
8 changed files
with
647 additions
and
561 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: cluster3 | ||
provider: gcp | ||
support: | ||
helm_chart_values_files: | ||
- support.values.yaml | ||
hubs: | ||
- name: staging1 | ||
helm_chart_values_files: | ||
- staging1.values.yaml | ||
- name: staging2 | ||
helm_chart_values_files: | ||
- staging2.values.yaml | ||
- name: prod | ||
helm_chart_values_files: | ||
- prod.values.yaml |
Oops, something went wrong.