fix: correct Authelia and Trivy Operator chart values

- Authelia: remove invalid server.address, use chart auto-generated secrets
- Trivy: use clusterComplianceEnabled=false instead of empty cron
This commit is contained in:
2026-02-19 22:49:35 +00:00
parent c2a803d28b
commit 98e073ad82
2 changed files with 1 additions and 19 deletions

View File

@@ -30,19 +30,6 @@ spec:
kind: HelmRepository kind: HelmRepository
name: authelia name: authelia
interval: 1h interval: 1h
valuesFrom:
- kind: Secret
name: authelia-secrets
valuesKey: JWT_SECRET
targetPath: secret.jwt.value
- kind: Secret
name: authelia-secrets
valuesKey: SESSION_SECRET
targetPath: secret.session.value
- kind: Secret
name: authelia-secrets
valuesKey: STORAGE_ENCRYPTION_KEY
targetPath: secret.storage.value
values: values:
pod: pod:
resources: resources:
@@ -64,8 +51,6 @@ spec:
configMap: configMap:
theme: light theme: light
default_2fa_method: totp default_2fa_method: totp
server:
address: tcp://0.0.0.0:9091/
session: session:
cookies: cookies:
- domain: davidepiu.xyz - domain: davidepiu.xyz

View File

@@ -37,9 +37,6 @@ spec:
operator: operator:
scanJobsConcurrentLimit: 1 scanJobsConcurrentLimit: 1
vulnerabilityScannerScanOnlyCurrentRevisions: true vulnerabilityScannerScanOnlyCurrentRevisions: true
compliance: clusterComplianceEnabled: false
cron: ""
nodeCollector:
excludeNodes: ""
serviceMonitor: serviceMonitor:
enabled: false enabled: false