Difference between revisions of "MountPath"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
       [[readOnly]]: true
 
       [[readOnly]]: true
  
 +
 +
== Related ==
 +
* [[host_path]] in [[ECS]]
  
 
== See also ==
 
== See also ==

Revision as of 09:54, 25 April 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


Related

See also

Advertising: