2021-05-21 18:11:33 +07:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: ingress-nginx
|
2021-06-27 01:04:25 +07:00
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
2021-05-21 18:11:33 +07:00
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
name: in-cluster
|
|
|
|
namespace: kube-system
|
|
|
|
server: ''
|
|
|
|
source:
|
|
|
|
path: ''
|
|
|
|
repoURL: 'https://kubernetes.github.io/ingress-nginx'
|
2021-08-15 19:20:52 +07:00
|
|
|
targetRevision: 3.35.0
|
2021-05-21 18:11:33 +07:00
|
|
|
chart: ingress-nginx
|
|
|
|
project: default
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|