3 Commits

Author SHA1 Message Date
5c798f6c86 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 49s
2025-06-05 00:03:10 +00:00
4603e85b53 add plugin
All checks were successful
renovate / renovate (push) Successful in 1m8s
2025-06-04 19:00:08 -05:00
5f246ec269 fix
All checks were successful
renovate / renovate (push) Successful in 2m0s
2025-06-04 18:54:40 -05:00
2 changed files with 12 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ spec:
decodingStrategy: None
key: /authentik/oidc/headlamp
metadataPolicy: None
property: validator-url
property: validator-issuer-url
- secretKey: OIDC_VALIDATOR_CLIENT_ID
remoteRef:
conversionStrategy: Default

View File

@@ -7,7 +7,18 @@ headlamp:
externalSecret:
enabled: true
name: headlamp-oidc-secret
watchPlugins: true
resources:
requests:
cpu: 10m
memory: 128Mi
pluginsManager:
enabled: true
configContent: |
plugins:
- name: cert-manager
source: https://artifacthub.io/packages/headlamp/headlamp-plugins/headlamp_cert-manager
version: 0.1.0
installOptions:
parallel: true
maxConcurrent: 2