From ba1fd1785d62c0c272c647d84af9fb1e82f9c347 Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 23 May 2023 16:06:07 +0200 Subject: [PATCH] fix(hass): disable chart postgres & use cnpg --- projects/homeassistant/project.yaml | 5 ----- projects/homeassistant/values/homeassistant.yaml | 8 +------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/projects/homeassistant/project.yaml b/projects/homeassistant/project.yaml index e589ae3d..c77b34e1 100644 --- a/projects/homeassistant/project.yaml +++ b/projects/homeassistant/project.yaml @@ -8,11 +8,6 @@ apps: chart: home-assistant targetRevision: 11.2.1 secrets: - - name: hass-postgres - keys: - - postgresql-username - - postgresql-password - - postgresql-postgres-password - name: bucket keys: - accesskey diff --git a/projects/homeassistant/values/homeassistant.yaml b/projects/homeassistant/values/homeassistant.yaml index 17249dd9..08eccd61 100644 --- a/projects/homeassistant/values/homeassistant.yaml +++ b/projects/homeassistant/values/homeassistant.yaml @@ -106,13 +106,7 @@ persistence: readOnly: true postgresql: - enabled: true - existingSecret: hass-postgres - persistence: - enabled: true - size: 8Gi - postgresqlDatabase: homeassistant - postgresqlUsername: homeassistant + enabled: false securityContext: privileged: true