Created
March 9, 2020 11:23
-
-
Save samof76/be0c0abf357f3b92ebd6cd0422bf30e0 to your computer and use it in GitHub Desktop.
Kustomization YAML
This file contains hidden or 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
--- | |
bases: | |
- "./../base" | |
nameSuffix: "-stagingvpc-shell-main-blue" | |
commonLabels: | |
shell: stagingvpc-shell-main-blue | |
images: | |
- name: eagle | |
newName: someawsnumber.dkr.ecr.us-east-1.amazonaws.com/app-stg | |
newTag: FDx.x.x | |
- name: kite | |
newName: someawsnumber.dkr.ecr.us-east-1.amazonaws.com/app-stg | |
newTag: FDx.x.x | |
patches: | |
- replicas.yaml | |
- freshworks-scheduler-annotation.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment