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