-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/cockroachdb] Additional parameters for cockroachdb #11747
[stable/cockroachdb] Additional parameters for cockroachdb #11747
Conversation
Signed-off-by: Niklas Voss <[email protected]>
Hi @trevex. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @a-robinson |
/cc @robert-s-lee |
@trevex: GitHub didn't allow me to request PR reviews from the following users: robert-s-lee. Note that only helm members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This adds a new feature so it should bump the "middle" number in the version: |
Signed-off-by: Niklas Voss <[email protected]>
Signed-off-by: Niklas Voss <[email protected]>
Signed-off-by: Niklas Voss <[email protected]>
0f4c4b4
to
c50a90e
Compare
@Miouge1 rebased and amend bump version commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution @trevex!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a-robinson, trevex The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ostpath * 'master' of https://github.com/helm/charts: (1475 commits) added additional ports option for prometheus-operator prometheus service (helm#11506) [incubator/kafka] fix NOTES.txt: update script paths (helm#11503) helm#11812 allow hostPath as datadir (helm#11815) [stable/mongodb-replica-set] Fix metrics livenessProbe and regression in securityContext (helm#11819) [stable/mariadb] Add PodDisruptionBudget for MariaDB (helm#11417) fix hoard secrets id (helm#11835) fix: add missed template for serviceaccount and add basic RBAC resources (helm#11742) expose container port so it can be scraped (helm#11831) Feature/kuberhealthy pod annotations (helm#11651) [stable/prometheus-operator] Update deps for grafana v6 (helm#11824) [stable/auto-scaler] Add explicit awsRegion step in README (helm#11822) Add efs-provisioner mountOptions (helm#11821) fixes for kuberhealthy/kuberhealthy#121 (helm#11829) [stable/cockroachdb] Additional parameters for cockroachdb (helm#11747) Allow for overriding of proxy/admin listen (helm#11362) [stable/drupal] Add apiVersion in Chart.yaml and add test info to README.md (helm#11810) [stable/joomla] Add apiVersion in Chart.yaml and add test info to README.md (helm#11809) [stable/jasperreports] Add apiVersion in Chart.yaml and add test info to README.md (helm#11808) [stable/ghost] Add apiVersion in Chart.yaml and add test info to README.md (helm#11807) [stable/mariadb] Add apiVersion in Chart.yaml and add test info to README.md (helm#11806) ...
* Add ExtraArgs and ExtraSecretMounts for additional configurability. Signed-off-by: Niklas Voss <[email protected]> * Bump version. Signed-off-by: Niklas Voss <[email protected]> * Updated README to include new values. Signed-off-by: Niklas Voss <[email protected]> * Removed blank line to avoid linting errors. Signed-off-by: Niklas Voss <[email protected]>
* Add ExtraArgs and ExtraSecretMounts for additional configurability. Signed-off-by: Niklas Voss <[email protected]> * Bump version. Signed-off-by: Niklas Voss <[email protected]> * Updated README to include new values. Signed-off-by: Niklas Voss <[email protected]> * Removed blank line to avoid linting errors. Signed-off-by: Niklas Voss <[email protected]>
* Add ExtraArgs and ExtraSecretMounts for additional configurability. Signed-off-by: Niklas Voss <[email protected]> * Bump version. Signed-off-by: Niklas Voss <[email protected]> * Updated README to include new values. Signed-off-by: Niklas Voss <[email protected]> * Removed blank line to avoid linting errors. Signed-off-by: Niklas Voss <[email protected]>
* Add ExtraArgs and ExtraSecretMounts for additional configurability. Signed-off-by: Niklas Voss <[email protected]> * Bump version. Signed-off-by: Niklas Voss <[email protected]> * Updated README to include new values. Signed-off-by: Niklas Voss <[email protected]> * Removed blank line to avoid linting errors. Signed-off-by: Niklas Voss <[email protected]>
What this PR does / why we need it:
Currently it is not possible to provide advanded command line arguments for cockroachdb or to provide additional secrets for the cluster members.
This PR introduces two variables:
ExtraArgs
to provide additional command-line argumentsExtraSecretMounts
to mount arbitrary secretsSpecial notes for your reviewer:
Checklist