Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 8, 2022 08:58
Show Gist options
  • Save Mishco/bcbaddd240daf804701172a104e9c8a2 to your computer and use it in GitHub Desktop.
Save Mishco/bcbaddd240daf804701172a104e9c8a2 to your computer and use it in GitHub Desktop.
resources: {}
volumeMounts:
- mountPath: "/data/"
name: data
- name: config-volume
mountPath: "/etc/config.config"
subPath: first-app-config.config
volumes:
- name: data
persistentVolumeClaim:
claimName: azurefile-share
- name: config-volume
configMap:
name: first-app-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment