Skip to content

Instantly share code, notes, and snippets.

@Mishco
Last active June 8, 2022 08:53
Show Gist options
  • Save Mishco/d46260c02057b565fd61f6c45620172a to your computer and use it in GitHub Desktop.
Save Mishco/d46260c02057b565fd61f6c45620172a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: first-app-config
labels:
run: first-app
data:
"first-app-config.config": |-
{{ .Files.Get "config/first-app-config.config" | indent 4 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment