Created
March 16, 2019 19:00
-
-
Save gvych/2218f4597026ffa4647f924e4e0854e1 to your computer and use it in GitHub Desktop.
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
spec: | |
containers: | |
- image: ... | |
volumeMounts: | |
- mountPath: /app/config.yml | |
name: config-volume | |
subPath: config.yml | |
volumes: | |
- configMap: | |
defaultMode: 420 | |
name: prod-config | |
name: config-volume |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment