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'