first commit
This commit is contained in:
8
apps/code-server/components/nfs/kustomization.yaml
Normal file
8
apps/code-server/components/nfs/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
patches:
|
||||
- path: pvc-rwx-patch.yaml
|
||||
target:
|
||||
kind: PersistentVolumeClaim
|
||||
name: code-server-data
|
||||
|
||||
4
apps/code-server/components/nfs/pvc-rwx-patch.yaml
Normal file
4
apps/code-server/components/nfs/pvc-rwx-patch.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- op: replace
|
||||
path: /spec/accessModes/0
|
||||
value: ReadWriteMany
|
||||
|
||||
Reference in New Issue
Block a user