26 lines
583 B
YAML
26 lines
583 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cilium
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: newt
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: newt
|
|
repoURL: https://charts.fossorial.io
|
|
targetRevision: 1.10.1
|
|
helm:
|
|
parameters:
|
|
- name: newtInstances[0].name
|
|
value: kubernetes
|
|
- name: newtInstances[0].enabled
|
|
value: true
|
|
- name: newtInstances[0].auth.existingSecretName
|
|
value: newt-cred
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
|