Last active
November 3, 2016 23:10
-
-
Save thomastaylor312/52a5d3edea928153f10b069fe5e2b062 to your computer and use it in GitHub Desktop.
An example ConfigMap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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