Last active
April 4, 2019 20:05
-
-
Save wuestkamp/18ff9acbeaf8e0609ef7d8812419002c to your computer and use it in GitHub Desktop.
CKAD challenge #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: task-pv-claim | |
spec: | |
storageClassName: manual | |
accessModes: | |
- ReadWriteOnce | |
resources: | |
requests: | |
storage: 40Mi | |
selector: | |
matchLabels: | |
id: vol1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment