Skip to content

Instantly share code, notes, and snippets.

@jbek7
Created April 20, 2019 19:40
Show Gist options
  • Save jbek7/0dc64bc7e56b016cbe426624d693f02a to your computer and use it in GitHub Desktop.
Save jbek7/0dc64bc7e56b016cbe426624d693f02a to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: ConfigMap
metadata:
creationTimestamp: null
name: my-configmap
data:
a-config.yaml: |
{{ a_config_path | to_yaml_preserve_order | indent }}
bconfig.yaml: |
{{ b_config_path | to_yaml_preserve_order | indent }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment