mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:54:32 +00:00
enable k3s supabase and gitlab
This commit is contained in:
parent
c023c7f590
commit
246fa5851c
@ -60,7 +60,7 @@ init_cluster.k3s_token = ${PROLE_SECRET:v1:vCWJZS-Sd3PspQvq:vvRx07ahtfy0r5l8VlvO
|
|||||||
init_cluster.kerberos_enabled = true
|
init_cluster.kerberos_enabled = true
|
||||||
init_cluster.mode = k3s
|
init_cluster.mode = k3s
|
||||||
init_cluster.start_cluster = true
|
init_cluster.start_cluster = true
|
||||||
init_cluster.supabase_enabled = false
|
init_cluster.supabase_enabled = true
|
||||||
init_cnpg_deploy.force_rollout = false
|
init_cnpg_deploy.force_rollout = false
|
||||||
init_cnpg_deploy.run_deploy = true
|
init_cnpg_deploy.run_deploy = true
|
||||||
init_db_build.run_build = true
|
init_db_build.run_build = true
|
||||||
@ -174,7 +174,7 @@ AT_REST_ENCRYPTION_ENABLED = True
|
|||||||
GITOPS_ENABLED = True
|
GITOPS_ENABLED = True
|
||||||
GITOPS_PROVIDER = GitLab
|
GITOPS_PROVIDER = GitLab
|
||||||
KERBEROS_ENABLED = True
|
KERBEROS_ENABLED = True
|
||||||
SUPABASE_ENABLED = False
|
SUPABASE_ENABLED = True
|
||||||
|
|
||||||
[GitOps]
|
[GitOps]
|
||||||
; No configuration values captured yet for this section.
|
; No configuration values captured yet for this section.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user