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 9c31bd0 commit 56abaacCopy full SHA for 56abaac
apps/gitea/components/pvc/kustomization.yaml
@@ -1,16 +1,16 @@
1
---
2
-apiVersion: kustomize.config.k8s.io/v1alpha1
3
-kind: Component
+apiVersion: "kustomize.config.k8s.io/v1alpha1"
+kind: "Component"
4
resources:
5
- - gitea-pvc.yaml
+ - "gitea-pvc.yaml"
6
patches:
7
- target:
8
- kind: Deployment
9
- name: gitea
+ kind: "Deployment"
+ name: "gitea"
10
patch: |-
11
- - op: replace
12
- path: /spec/template/spec/volumes/0
+ - op: "replace"
+ path: "/spec/template/spec/volumes/0"
13
value:
14
- name: storage
+ name: "storage"
15
persistentVolumeClaim:
16
- claimName: container-registry
+ claimName: "gitea"
0 commit comments