Changelog and schema update for active/standby node port (#761)

* Changelog and schema update for active/standby node port

Follow-up to https://github.com/hashicorp/vault-helm/pull/610
This commit is contained in:
Christopher Swenson 2022-08-02 11:06:31 -07:00 committed by GitHub
parent eb95ac5d20
commit 6931720454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,7 @@ CHANGES:
* CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)
Features:
* Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610)
* Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753)
## 0.20.1 (May 25th, 2022)

View file

@ -828,6 +828,15 @@
},
"targetPort": {
"type": "integer"
},
"nodePort": {
"type": "integer"
},
"activeNodePort": {
"type": "integer"
},
"standbyNodePort": {
"type": "integer"
}
}
},