REFACTOR(falco): use falco-ui-secret
- for sidekick webui authenti...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user