From 66ea6c231a3160fba1860ab1a7cf2be44ed51844 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 25 May 2022 13:30:25 +0200 Subject: [PATCH] temp disable agola --- flux/cluster/apps/gitops/agola/deployment.yaml | 1 - flux/cluster/apps/gitops/kustomization.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flux/cluster/apps/gitops/agola/deployment.yaml b/flux/cluster/apps/gitops/agola/deployment.yaml index 9eab6da..02155c0 100644 --- a/flux/cluster/apps/gitops/agola/deployment.yaml +++ b/flux/cluster/apps/gitops/agola/deployment.yaml @@ -35,7 +35,6 @@ spec: - /mnt/agola/local/config.yml - "--components" - all-base,executor - - "--detailed-errors" ports: - containerPort: 8000 - containerPort: 4000 diff --git a/flux/cluster/apps/gitops/kustomization.yaml b/flux/cluster/apps/gitops/kustomization.yaml index b60d1ce..86a92e4 100644 --- a/flux/cluster/apps/gitops/kustomization.yaml +++ b/flux/cluster/apps/gitops/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - renovate - - agola + # - agola