Difference between revisions of "Template:Alpine cp example"
Jump to navigation
Jump to search
(Replaced content with "{{alpine with volume}}") Tags: Replaced, Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
− | + | {{alpine with volume}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 16:11, 8 February 2024
apiVersion: v1 kind: Pod metadata: name: myalpinewithvolume spec: containers: - name: alpine image: alpine:latest command: ['ash'] tty: true stdin: true volumeMounts: - name: myvolume mountPath: /myvolume volumes: - name: myvolume persistentVolumeClaim: claimName: myPVCtoMount
Advertising: