fix
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m45s

This commit is contained in:
2025-10-03 16:45:18 -05:00
parent 7bf2fe5d35
commit e5d6ee1dd4

View File

@@ -63,7 +63,7 @@ komodo:
name: komodo-postgresql-17-cluster-app name: komodo-postgresql-17-cluster-app
key: password key: password
- name: KOMODO_DATABASE_URI - name: KOMODO_DATABASE_URI
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@$komodo-ferretdb.komodo:27017/komodo?authMechanism=PLAIN value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@komodo-ferretdb.komodo:27017/komodo?authMechanism=PLAIN
- name: KOMODO_OIDC_ENABLED - name: KOMODO_OIDC_ENABLED
value: true value: true
- name: KOMODO_OIDC_PROVIDER - name: KOMODO_OIDC_PROVIDER