Restructure and variablize config
This commit is contained in:
parent
419bb286d4
commit
c6eed359e1
14 changed files with 122 additions and 28 deletions
|
|
@ -14,6 +14,7 @@ spec:
|
|||
targetRevision: "*"
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/values.yaml
|
||||
- $values/charts/argocd/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
|||
|
|
@ -32,12 +32,17 @@ metadata:
|
|||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
path: charts/cert-manager
|
||||
directory:
|
||||
include: "cluster-issuers.yaml"
|
||||
sources:
|
||||
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
path: charts/cert-manager
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/values.yaml
|
||||
releaseName: cert-manager-issuers
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ spec:
|
|||
targetRevision: "*"
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/values.yaml
|
||||
- $values/charts/fluent-bit/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue