From 01a5c40b69a2aa902269bba4804d5b5bdbdf6f39 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 2 Apr 2025 14:35:28 +0100 Subject: [PATCH] Forgejo: disable postgresql ha chart, add variable for crunchydata operator Signed-off-by: David Kirwan --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index f2ea958fb8..8e5ecf5ebb 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -745,6 +745,7 @@ redis: ## @descriptionEnd # ## @param postgresql-ha.enabled Enable PostgreSQL HA chart +## @param postgresql-ha.crunchydataOperator Indicate that we are using the crunchydata Operator to deploy PostgreSQL HA ## @param postgresql-ha.postgresql.password Password for the `gitea` user (overrides `auth.password`) ## @param postgresql-ha.global.postgresql.database Name for a custom database to create (overrides `auth.database`) ## @param postgresql-ha.global.postgresql.username Name for a custom user to create (overrides `auth.username`) @@ -760,7 +761,8 @@ postgresql-ha: database: gitea password: gitea username: gitea - enabled: true + enabled: false + crunchydataOperator: true postgresql: repmgrPassword: changeme2 postgresPassword: changeme1