diff --git a/CHANGELOG.md b/CHANGELOG.md index 2215a23..725f861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Removed + +- Removed unused chart value `.secret.firestoreServiceAccountKey` and `.secret`. + ## [1.13.0] - 2025-01-16 ### Removed diff --git a/helm/athena/values.schema.json b/helm/athena/values.schema.json index 2bef6ac..06dc90e 100644 --- a/helm/athena/values.schema.json +++ b/helm/athena/values.schema.json @@ -152,14 +152,6 @@ } } }, - "secret": { - "type": "object", - "properties": { - "firestoreServiceAccountKey": { - "type": "string" - } - } - }, "security": { "type": "object", "properties": { diff --git a/helm/athena/values.yaml b/helm/athena/values.yaml index 7d8101d..2ea586a 100644 --- a/helm/athena/values.yaml +++ b/helm/athena/values.yaml @@ -55,9 +55,6 @@ analytics: environmentType: "" credentialsJSON: "" -secret: - firestoreServiceAccountKey: "" - # generic configuration registry: domain: gsoci.azurecr.io