Added kustomiyation files
This commit is contained in:
parent
73738b6c64
commit
7f74e1b701
5 changed files with 23 additions and 9 deletions
3
registry/base/forgejo/kustomization.yaml
Normal file
3
registry/base/forgejo/kustomization.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
resources:
|
||||
- forgejo-server.yaml
|
||||
- forgejo-runner.yaml
|
||||
4
registry/base/observability-client/kustomization.yaml
Normal file
4
registry/base/observability-client/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
resources:
|
||||
- metrics-server.yaml
|
||||
- vm-client-stack.yaml
|
||||
- vector.yaml
|
||||
2
registry/base/observability/kustomization.yaml
Normal file
2
registry/base/observability/kustomization.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
resources:
|
||||
- victoria-k8s-stack.yaml
|
||||
4
registry/base/otc/kustomization.yaml
Normal file
4
registry/base/otc/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
resources:
|
||||
- cert-manger.yaml
|
||||
- ingress-nginx.yaml
|
||||
- storageclass.yaml
|
||||
|
|
@ -1,11 +1,12 @@
|
|||
resources:
|
||||
- ../../../../base/core/
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Application
|
||||
patch: |
|
||||
- op: add
|
||||
path: /spec/sources/0/helm/valueFiles/-
|
||||
value:
|
||||
$values/registry/overlays/clusters/t09.de/abc/core/argocd/values.yaml
|
||||
- ../../../../base/otc/
|
||||
- ../../../../base/observability-client/
|
||||
# patches:
|
||||
# - target:
|
||||
# kind: Application
|
||||
# patch: |
|
||||
# - op: add
|
||||
# path: /spec/sources/0/helm/valueFiles/-
|
||||
# value:
|
||||
# $values/registry/overlays/clusters/t09.de/abc/core/argocd/values.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue