feat: add more
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 12m40s
lint-test-helm / validate-kubeconform (pull_request) Successful in 14m29s

This commit is contained in:
2026-04-21 21:13:37 -05:00
parent e104eae55e
commit f2280ff40a
8 changed files with 114 additions and 63 deletions

View File

@@ -68,13 +68,13 @@ komodo:
- name: KOMODO_OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: komodo-secret
key: oidc-client-id
name: komodo-oidc-authentik
key: client
- name: KOMODO_OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: komodo-secret
key: oidc-client-secret
name: komodo-oidc-authentik
key: secret
- name: KOMODO_OIDC_USE_FULL_EMAIL
value: true
resources: