OpenShift, Docker, Podman, GIT, Container Tutorial
Red Hat Certified Specialist in OpenShift Application Development exam, Red Hat EX288
OpenShift Persistent Volume Claim PVC Template (OpenShift Tutorial Part-7)
OpenShift Template
PersistentVolumeClaim
Add Volume to POD
DeploymentConfig - spec - template - spec
volumes:
- name: claim1
persistentVolumeClaim:
claimName: claim1
DeploymentConfig - spec - template - spec - containers -
volumeMounts:
- name: claim1
mountPath: /var/local/SP