diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index a6782b2..7bb77c0 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -4,50 +4,49 @@ metadata: name: plane finalizers: - resources-finalizer.argocd.argoproj.io - project: default - source: - repoURL: 'https://helm.plane.so/' - chart: 'plane-ce' - targetRevision: 1.3.3 - helm: - values: | + spec: + project: default + source: + repoURL: 'https://helm.plane.so/' + chart: 'plane-ce' + targetRevision: 1.3.3 + helm: + values: | - ingress: - enabled: true - appHost: "plane.innovation-hub-niedersachsen.de" - ingressClass: "traefik" - ingress_annotations: - cert-manager.io/cluster-issuer: lets-encrypt - traefik.ingress.kubernetes.io/router.entrypoints: websecure + ingress: + enabled: true + appHost: "plane.innovation-hub-niedersachsen.de" + ingressClass: "traefik" + ingress_annotations: + cert-manager.io/cluster-issuer: lets-encrypt + traefik.ingress.kubernetes.io/router.entrypoints: websecure - ssl: - tls_secret_name: "plane-tls" - createIssuer: false - generateCerts: false + ssl: + tls_secret_name: "plane-tls" + createIssuer: false + generateCerts: false - minio: - local_setup: false + minio: + local_setup: false - env: - docstore_bucket: "planedocstore" - doc_upload_size_limit: "5242880" - aws_access_key: "a0ccb47cc0994bf51ecd" - aws_secret_access_key: "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2" - aws_region: "eu-central-1" - aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" + env: + docstore_bucket: "planedocstore" + doc_upload_size_limit: "5242880" + aws_access_key: "a0ccb47cc0994bf51ecd" + aws_secret_access_key: "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2" + aws_region: "eu-central-1" + aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" - worker: - replicas: 2 - memoryLimit: 10Gi - cpuLimit: 1500m - memoryRequest: 4Gi - cpuRequest: 500m + worker: + replicas: 2 + memoryLimit: 10Gi + cpuLimit: 1500m + memoryRequest: 4Gi + cpuRequest: 500m - destination: server: 'https://kubernetes.default.svc' namespace: plane - syncPolicy: managedNamespaceMetadata: labels: @@ -56,7 +55,4 @@ metadata: selfHeal: true prune: true syncOptions: - - CreateNamespace=true - - ServerSideApply=true - - PruneLast=true - - RespectIgnoreDifferences=true \ No newline at end of file + - CreateNamespace=true \ No newline at end of file