Update argocd/argocd/apps.yaml, argocd/longhorn-system/Chart.yaml, argocd/longhorn-system/values.yaml

This commit is contained in:
2022-09-28 15:28:52 +00:00
parent 26e70f598d
commit 5c5038e11f
3 changed files with 4 additions and 4 deletions

View File

@@ -49,19 +49,19 @@ spec:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: longhorn
name: longhorn-system
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/linode.git
targetRevision: main
path: argocd/longhorn
path: argocd/longhorn-system
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: longhorn
namespace: longhorn-system
syncPolicy:
automated:
prune: true

View File

@@ -268,4 +268,4 @@ longhorn:
serviceAccount:
# Annotations to add to the service account
annotations: {}