Created
November 4, 2021 18:36
-
-
Save jorgemoralespou/b45acd3eedf2d9d75def6009a8cd9d0a to your computer and use it in GitHub Desktop.
ytt boolean schema test
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") | |
#@ load("@ytt:data", "data") | |
#@ load("@ytt:yaml", "yaml") | |
#@ if/end data.values.create_namespace==True: | |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: #@ data.values.namespace |
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-schema | |
--- | |
namespace: projectcontour | |
#! Enablers | |
is_externaldns_enabled: false | |
#! Package config | |
externaldns: | |
domain: "" | |
wildcard_domain: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment