forked from DevFW-CICD/stacks
27 lines
661 B
YAML
27 lines
661 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://github.com/kubernetes/ingress-nginx
|
|
path: charts/ingress-nginx
|
|
targetRevision: helm-chart-4.11.3
|
|
helm:
|
|
valueFiles:
|
|
- $values/stacks/core/ingress-nginx/values.yaml
|
|
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
|
targetRevision: HEAD
|
|
ref: values
|