mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ops(k8s): add missing lines to kustomizations
This commit is contained in:
parent
34b8b47bef
commit
f8e5f24dbb
2 changed files with 6 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ resources:
|
|||
- project.yaml
|
||||
- flannel
|
||||
- argocd
|
||||
- coredns
|
||||
- coredns
|
||||
- local-path-provisioner
|
||||
4
k8s/system/local-path-provisioner/kustomization.yaml
Normal file
4
k8s/system/local-path-provisioner/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue