fix env
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m16s

This commit is contained in:
2025-10-03 16:42:48 -05:00
parent 7f346329b6
commit 7bf2fe5d35

View File

@@ -62,13 +62,8 @@ komodo:
secretKeyRef:
name: komodo-postgresql-17-cluster-app
key: password
- name: DB_HOST
valueFrom:
secretKeyRef:
name: komodo-postgresql-17-cluster-app
key: host
- name: KOMODO_DATABASE_URI
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@$(DB_HOST).komodo:27017/komodo?authMechanism=PLAIN
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@$komodo-ferretdb.komodo:27017/komodo?authMechanism=PLAIN
- name: KOMODO_OIDC_ENABLED
value: true
- name: KOMODO_OIDC_PROVIDER