diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index fe52f5d..b8ff812 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -153,8 +153,8 @@ falcosidekick: - "--maxmemory 200mb" - "--maxmemory-policy allkeys-lru" - # Use custom secret for authentication - existingSecret: falco-ui-secret + # Authentication disabled - using Authelia SSO + # existingSecret: falco-ui-secret # RBAC rbac: diff --git a/falco/kustomization.yaml b/falco/kustomization.yaml index 6802ef0..bd43e8a 100644 --- a/falco/kustomization.yaml +++ b/falco/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- vault/falco-ui-secret.yaml - ingress.yaml