14 lines
321 B
YAML
14 lines
321 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: coroot-operator
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: coroot
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
chart: coroot-operator
|
|
repoURL: https://coroot.github.io/helm-charts
|
|
targetRevision: 0.4.4
|