4 Commits

Author SHA1 Message Date
3139cfe36c Update Helm release postgres-cluster to v6
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 30s
2025-06-05 00:03:20 +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
6f63fd6454 add client id
Some checks failed
renovate / renovate (push) Has been cancelled
2025-06-04 18:50:30 -05:00
2 changed files with 19 additions and 1 deletions

View File

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

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