Created
December 10, 2021 15:57
-
-
Save lodotek/ec1e7f162d391dfaf7ebac63bad0a4e6 to your computer and use it in GitHub Desktop.
argocd-cm.yml - ytt / kbld
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
#@ load("@ytt:overlay", "overlay") | |
#@overlay/match by=overlay.subset({"kind":"ConfigMap","metadata":{"name":"argocd-cm"}}) | |
#@overlay/match-child-defaults missing_ok=True | |
--- | |
data: | |
configManagementPlugins: | | |
- name: ytt | |
generate: | |
command: | |
- /bin/bash | |
- -ce | |
args: | |
- | | |
ytt --ignore-unknown-comments=true \ | |
-f ${BASE_DIR:-../base} \ | |
-f . \ | |
--data-values-env YTT \ | |
--data-values-env-yaml YTT_YAML \ | |
| kbld -f - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment