29 lines
668 B
YAML
29 lines
668 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: garm
|
|
namespace: argocd
|
|
labels:
|
|
env: dev
|
|
spec:
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
retry:
|
|
limit: -1
|
|
destination:
|
|
name: in-cluster
|
|
namespace: garm
|
|
sources:
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
|
path: charts/garm
|
|
targetRevision: v0.0.6
|
|
helm:
|
|
valueFiles:
|
|
- $values/otc/garm-provider-test.t09.de/stacks/garm/garm/values.yaml
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
|
targetRevision: HEAD
|
|
ref: values
|