-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathok.yaml
More file actions
27 lines (27 loc) · 679 Bytes
/
Copy pathok.yaml
File metadata and controls
27 lines (27 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-ingress
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: git@github.com:clouddrove/argocd-k8s-addons.git
targetRevision: feat/labels
path: charts/helmchart
helm:
valueFiles:
- $values/overrr.yaml
- repoURL: https://github.com/NotMaharshi/addons-override.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: ingress-nginx
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: true