We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af31a commit 9dee066Copy full SHA for 9dee066
apps/grep/base/deployment.yaml
@@ -67,4 +67,4 @@ spec:
67
volumes:
68
- name: gitrepo
69
persistentVolumeClaim:
70
- claimName: gitrepo
+ claimName: gitrepo-pv
apps/grep/base/pvc.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
kind: PersistentVolumeClaim
3
metadata:
4
+ name: gitrepo-pv
5
spec:
6
accessModes:
7
- ReadWriteOnce
0 commit comments