-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'update-dns-references' into 'main'
update bigbang.dev -> dev.bigbang.mil references in setup Closes #93 See merge request big-bang/customers/template!97
- Loading branch information
Showing
11 changed files
with
111 additions
and
172 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1 @@ | ||
domain: bigbang.dev | ||
domain: dev.bigbang.mil |
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 |
---|---|---|
@@ -1,28 +1,31 @@ | ||
bases: | ||
- ../base | ||
configMapGenerator: | ||
- name: environment | ||
behavior: merge | ||
files: | ||
- values.yaml=configmap.yaml | ||
patchesStrategicMerge: | ||
## Enable the line below if a secrets.enc.yaml is created in this directory | ||
# - secrets.enc.yaml | ||
- |- | ||
apiVersion: source.toolkit.fluxcd.io/v1 | ||
kind: GitRepository | ||
metadata: | ||
name: bigbang | ||
spec: | ||
interval: 1m | ||
# Use the following three lines to test a new version of Big Bang without affecting other environments | ||
# ref: | ||
# $patch: replace | ||
# tag: "2.33.0" | ||
- |- | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta2 | ||
kind: HelmRelease | ||
metadata: | ||
name: bigbang | ||
spec: | ||
interval: 1m | ||
- behavior: merge | ||
files: | ||
- values.yaml=configmap.yaml | ||
name: environment | ||
|
||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../base | ||
patches: | ||
# # Enable the line below if a secrets.enc.yaml is created in this directory | ||
# - path: secrets.enc.yaml | ||
- patch: |- | ||
apiVersion: source.toolkit.fluxcd.io/v1 | ||
kind: GitRepository | ||
metadata: | ||
name: bigbang | ||
spec: | ||
interval: 1m | ||
# Use the following three lines to test a new version of Big Bang without affecting other environments | ||
# ref: | ||
# $patch: replace | ||
# tag: "2.33.0" | ||
- patch: |- | ||
apiVersion: helm.toolkit.fluxcd.io/v2 | ||
kind: HelmRelease | ||
metadata: | ||
name: bigbang | ||
spec: | ||
interval: 1m |
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 |
---|---|---|
@@ -1 +1 @@ | ||
domain: bigbang.dso.mil | ||
domain: dev.bigbang.mil |
Oops, something went wrong.