From 22228e31980da58911a6622b20549d00b1c4d49c Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Sat, 14 Oct 2023 19:37:50 +0700 Subject: [PATCH] forgejo: try w/a for https://github.com/argoproj/argo-cd/issues/15126 --- state/gullfaxi/apps/forgejo/application.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/state/gullfaxi/apps/forgejo/application.yaml b/state/gullfaxi/apps/forgejo/application.yaml index c2851a3..5203b74 100644 --- a/state/gullfaxi/apps/forgejo/application.yaml +++ b/state/gullfaxi/apps/forgejo/application.yaml @@ -36,13 +36,13 @@ spec: helm: valuesObject: memcached: - enabled: false + enabled: 'false' postgresql: - enabled: false + enabled: 'false' test: - enabled: false + enabled: 'false' ingress: - enabled: true + enabled: 'true' className: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt @@ -73,6 +73,6 @@ spec: service: DISABLE_REGISTRATION: "true" metrics: - enabled: true + enabled: 'true' serviceMonitor: - enabled: true + enabled: 'true'