26 lines
519 B
YAML
26 lines
519 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: newt
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: newt
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: newt
|
|
repoURL: https://charts.fossorial.io
|
|
targetRevision: 1.2.0
|
|
helm:
|
|
valuesObject:
|
|
newtInstances:
|
|
- name: kubernetes-dsl
|
|
enabled: true
|
|
auth:
|
|
existingSecretName:
|
|
newt-cred
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
|