Difference between revisions of "MountPath"

From wikieduonline
Jump to navigation Jump to search
(Created page with " extraVolumeMounts: | - name: mynewvolume mountPath: /usr/share/extras readOnly: true volumeMounts: - mountPath: /data name: persi...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 +
{{lc}}
  
 
  extraVolumeMounts: |
 
  extraVolumeMounts: |

Revision as of 09:31, 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

Advertising: