28 lines
759 B
YAML
28 lines
759 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: ingress-nginx
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: ingress-nginx
|
||
|
sources:
|
||
|
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/ingress-nginx-helm.git
|
||
|
path: charts/ingress-nginx
|
||
|
targetRevision: helm-chart-4.12.1-depends
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/fngr/factory.c-one-infra.de/stacks/core/ingress-nginx/values.yaml
|
||
|
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||
|
targetRevision: HEAD
|
||
|
ref: values
|