Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created December 2, 2022 10:48
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 anjanashankar9/25cd25e6cc0ecb46da948f1b9b6578fe to your computer and use it in GitHub Desktop.
Save anjanashankar9/25cd25e6cc0ecb46da948f1b9b6578fe to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: example-config
data:
   # property-like keys; each key maps to a simple value
"license": "XXXX"
  "licensedto": "dummy"
  # file-like keys
app.properties: |
     key1=value1
key2=value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment