Created
August 15, 2018 16:37
-
-
Save v-thomp4/c8d58f531ac021f4dee721488ad41bed to your computer and use it in GitHub Desktop.
configmap file kubernetes
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
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