Automated upload for dev.t09.de
This commit is contained in:
parent
78f76ad491
commit
f179351f83
51 changed files with 4295 additions and 0 deletions
30
otc/dev.t09.de/stacks/terralist/terralist.yaml
Normal file
30
otc/dev.t09.de/stacks/terralist/terralist.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# helm upgrade --install --create-namespace --namespace terralist terralist oci://ghcr.io/terralist/helm-charts/terralist -f terralist-values.yaml
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: terralist
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: terralist
|
||||
sources:
|
||||
- repoURL: https://github.com/terralist/helm-charts
|
||||
path: charts/terralist
|
||||
targetRevision: terralist-0.8.1
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/otc/dev.t09.de/stacks/terralist/terralist/values.yaml
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
Loading…
Add table
Add a link
Reference in a new issue