fix(gethomepage): kustomization resource path
This commit is contained in:
parent
11d2dc44d1
commit
a52e9ea30f
1 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./configmap.yaml
|
- configmap.yaml
|
||||||
- ./deployment.yaml
|
- deployment.yaml
|
||||||
- ./ingress.yaml
|
- ingress.yaml
|
||||||
- ./kustomization.yaml
|
- kustomization.yaml
|
||||||
- ./rbac.yaml
|
- rbac.yaml
|
||||||
- ./sa.yaml
|
- sa.yaml
|
||||||
- ./service.yaml
|
- service.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue