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