From c4591bd68cb5813322afe6e1c545785607514d50 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 22 Jun 2026 12:02:49 +0000 Subject: [PATCH] fix: ignore ingress-private loadbalancer status --- apps/ingress-private.yaml | 6 ++++++ helm/authelia/values.yaml | 19 +++++-------------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/apps/ingress-private.yaml b/apps/ingress-private.yaml index c6c5b90..1bf66c9 100644 --- a/apps/ingress-private.yaml +++ b/apps/ingress-private.yaml @@ -22,3 +22,9 @@ spec: automated: prune: true selfHeal: true + ignoreDifferences: + - group: "" + kind: Service + name: ingress-private-ingress-nginx-controller + jsonPointers: + - /status/loadBalancer diff --git a/helm/authelia/values.yaml b/helm/authelia/values.yaml index 726d77a..4497d98 100644 --- a/helm/authelia/values.yaml +++ b/helm/authelia/values.yaml @@ -11,7 +11,7 @@ configMap: identity_validation: reset_password: secret: - path: /secrets/authelia-secrets/AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE + value: "" notifier: disable_startup_check: true filesystem: @@ -23,20 +23,20 @@ configMap: domain: uzbutterfly.com subdomain: auth encryption_key: - path: /secrets/authelia-secrets/AUTHELIA_SESSION_SECRET_FILE + value: "" redis: enabled: true host: authelia-redis-master port: 6379 storage: encryption_key: - path: /secrets/authelia-secrets/AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE + value: "" postgres: address: tcp://authelia-postgres-postgresql:5432 database: authelia enabled: true password: - path: /secrets/authelia-secrets/AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE + value: "" username: authelia theme: dark totp: @@ -52,18 +52,9 @@ ingress: enabled: true secret: authelia-tls secret: + existingSecret: authelia-secrets additionalSecrets: authelia-users: items: - key: users.yml path: users.yml - authelia-secrets: - items: - - key: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE - path: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE - - key: AUTHELIA_SESSION_SECRET_FILE - path: AUTHELIA_SESSION_SECRET_FILE - - key: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE - path: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE - - key: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE - path: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE