Skip to content

Instantly share code, notes, and snippets.

@chadmcrowell
Created July 17, 2019 19:37
Show Gist options
  • Save chadmcrowell/0e9fdbcaba15785a0f532de31c7d1064 to your computer and use it in GitHub Desktop.
Save chadmcrowell/0e9fdbcaba15785a0f532de31c7d1064 to your computer and use it in GitHub Desktop.
Configmap YAML
apiVersion: v1
kind: ConfigMap
metadata:
name: my-config-map
data:
myKey: myValue
anotherKey: anotherValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment