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