Simplified structure
This commit is contained in:
parent
7f74e1b701
commit
2861fdbf4d
4 changed files with 15 additions and 12 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
14
clusters/t09.de/abc/kustomization.yaml
Normal file
14
clusters/t09.de/abc/kustomization.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
resources:
|
||||
- ../../../registry/base/core/
|
||||
- ../../../registry/base/otc/
|
||||
- ../../../registry/base/observability-client/
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Application
|
||||
name: argocd
|
||||
patch: |
|
||||
- op: add
|
||||
path: /spec/sources/0/helm/valueFiles/-
|
||||
value:
|
||||
$values/clusters/t09.de/abc/helmvalues/core/argocd/values.yaml
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
resources:
|
||||
- ../../../../base/core/
|
||||
- ../../../../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