Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created August 15, 2018 16:37
Show Gist options
  • Save v-thomp4/c8d58f531ac021f4dee721488ad41bed to your computer and use it in GitHub Desktop.
Save v-thomp4/c8d58f531ac021f4dee721488ad41bed to your computer and use it in GitHub Desktop.
configmap file kubernetes
containers:
- volumeMounts:
- name: demo-config
mountPath: /app/settings.json
subPath: settings.json
volumes:
- name: demo-config
configMap:
name: demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment