Skip to content

Commit

Permalink
Remove firestoreServiceAccountKey value
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Jan 31, 2025
1 parent b60283e commit b1a6105
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions helm/athena/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@
}
}
},
"secret": {
"type": "object",
"properties": {
"firestoreServiceAccountKey": {
"type": "string"
}
}
},
"security": {
"type": "object",
"properties": {
Expand Down
3 changes: 0 additions & 3 deletions helm/athena/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ analytics:
environmentType: ""
credentialsJSON: ""

secret:
firestoreServiceAccountKey: ""

# generic configuration
registry:
domain: gsoci.azurecr.io
Expand Down

0 comments on commit b1a6105

Please sign in to comment.