Skip to content

Instantly share code, notes, and snippets.

@jbek7
Last active April 20, 2019 20:07
Show Gist options
  • Save jbek7/175207e3f74261d31d5c5832df99538c to your computer and use it in GitHub Desktop.
Save jbek7/175207e3f74261d31d5c5832df99538c to your computer and use it in GitHub Desktop.
.k8s--configmap-output.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: my-configmap
data:
a-config.yaml: |
foo:
bar: {baz: qux, quux: quuz}
corge: grault
garply: waldo
b-config.yaml: |
some:
other: {config: value}
with-some: details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment