Difference between revisions of "MountPath"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
  
  
 +
== See also ==
 +
* {{K8s volumes}}
  
{{K8s volumes}}
+
 
 +
[[Category:Volumes]]

Revision as of 10:19, 8 March 2023

extraVolumeMounts: |
   - name: mynewvolume
     mountPath: /usr/share/extras
     readOnly: true


   volumeMounts:
   - mountPath: /data
     name: persistent-storage
   - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
     name: kube-api-access-jhnds
     readOnly: true


See also

Advertising: