From c1b7ec23c8dce5144756ac5f78ed53db0c8949a3 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 27 Feb 2025 17:05:20 +0100 Subject: [PATCH] repoURL --- argocd/apps/tatort/tatort.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/argocd/apps/tatort/tatort.yaml b/argocd/apps/tatort/tatort.yaml index e011345..a5acf68 100644 --- a/argocd/apps/tatort/tatort.yaml +++ b/argocd/apps/tatort/tatort.yaml @@ -7,7 +7,7 @@ metadata: spec: project: default source: - repoURL: 'https://gitea.innohub.local:3000/git/charts/' + repoURL: 'https://gitea.innohub.local:3000/git/charts/raw/branch/main/' targetRevision: 0.0.* path: tatort insecure: true @@ -32,10 +32,10 @@ spec: forceString: true - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging - - name: autoscaling.enabled - value: 'false' - - name: sharedDataFolder.storageClass - value: local-path +# - name: autoscaling.enabled +# value: 'false' +# - name: sharedDataFolder.storageClass +# value: local-path chart: tatort destination: server: 'https://kubernetes.default.svc'