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 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: longhorn name: longhorn-system
namespace: argocd namespace: argocd
spec: spec:
project: default project: default
source: source:
repoURL: https://gitlab.com/developerdurp/linode.git repoURL: https://gitlab.com/developerdurp/linode.git
targetRevision: main targetRevision: main
path: argocd/longhorn path: argocd/longhorn-system
directory: directory:
recurse: true recurse: true
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: longhorn namespace: longhorn-system
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

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