Skip to content

Instantly share code, notes, and snippets.

@thomastaylor312
Last active November 3, 2016 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomastaylor312/52a5d3edea928153f10b069fe5e2b062 to your computer and use it in GitHub Desktop.
Save thomastaylor312/52a5d3edea928153f10b069fe5e2b062 to your computer and use it in GitHub Desktop.
An example ConfigMap
---
apiVersion: v1
kind: ConfigMap
metadata:
name: alert-rules
data:
foo-file: |
foo: bar
whiz: bang
special.conf: |
[database]
username = demo
database = db.example.com
throwaway: |
"I don't matter!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment