diff options
Diffstat (limited to 'example/other-config.yaml')
-rw-r--r-- | example/other-config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/other-config.yaml b/example/other-config.yaml new file mode 100644 index 000000000000..87370569c46e --- /dev/null +++ b/example/other-config.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: extensions/v1beta1 +kind: ConfigMap +metadata: + name: other-config +data: + globalData: {{ .globalVar }} |