Last active
November 20, 2022 06:49
-
-
Save mamachanko/67004a216f4660e268e3380b410007e3 to your computer and use it in GitHub Desktop.
carvel-ytt#769
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:data", "data") | |
apiVersion: v1 | |
data: | |
#@yaml/text-templated-strings | |
config.yaml: | | |
cluster: (@= data.values.cluster.config @) | |
kind: ConfigMap | |
metadata: | |
name: my-cm | |
namespace: default |
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
#@data/values | |
--- | |
cluster: | |
config: val |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment