REFACTOR(falco): use falco-ui-secret

- for sidekick webui authenti...
This commit is contained in:
2025-12-27 21:41:47 +09:00
parent 4e0d10e581
commit 5c918b64fc

View File

@@ -140,18 +140,8 @@ falcosidekick:
# cpu: removed to prevent throttling
memory: 512Mi
# Environment variables from Vault secret
env:
- name: FALCOSIDEKICK_USERNAME
valueFrom:
secretKeyRef:
name: falco-ui-secret
key: username
- name: FALCOSIDEKICK_PASSWORD
valueFrom:
secretKeyRef:
name: falco-ui-secret
key: password
# Use custom secret for authentication
existingSecret: falco-ui-secret
# RBAC
rbac: