Skip to content

Instantly share code, notes, and snippets.

@gvych
Created March 16, 2019 19:00
Show Gist options
  • Save gvych/2218f4597026ffa4647f924e4e0854e1 to your computer and use it in GitHub Desktop.
Save gvych/2218f4597026ffa4647f924e4e0854e1 to your computer and use it in GitHub Desktop.
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