diff --git a/everything-app/longhorn.yaml b/everything-app/longhorn.yaml new file mode 100644 index 0000000..1d8d067 --- /dev/null +++ b/everything-app/longhorn.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argocd +spec: + destination: + namespace: longhorn-system + server: https://kubernetes.default.svc + project: infra + source: + helm: {} + chart: longhorn + repoURL: https://charts.longhorn.io + targetRevision: 1.6.0 + syncPolicy: + automated: + selfHeal: true diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index db64260..fc88fe5 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -35,3 +35,4 @@ spec: - https://charts.rook.io/release - https://mysql.github.io/mysql-operator/ - https://charts.gabe565.com + - https://charts.longhorn.io