-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extraVolumeSecrets chart value #3692
Conversation
@@ -150,6 +150,9 @@ extraArgs: | |||
# extraEnv -- Additional container environment variables. | |||
extraEnv: {} | |||
|
|||
# extraVolumeSecrets -- Additional volumes to mount from Secrets. |
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.
Can you include a full example of using this commented out given there's a number of sub-options here please.
Hey, thanks for the PR! One request for you from a first look over it. |
37774b9
to
a3e4cbf
Compare
a3e4cbf
to
e166237
Compare
e166237
to
d30997e
Compare
I've found that my PR will conflict with this: #3725 |
@foriequal0 My intent is that extra volumes and volumeMounts can be added for any cloud provider, so I'd prefer not to move it into an |
charts/cluster-autoscaler/Chart.yaml
Outdated
@@ -17,4 +17,4 @@ name: cluster-autoscaler | |||
sources: | |||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler | |||
type: application | |||
version: 9.1.0 | |||
version: 9.1.1 |
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.
I'd prefer if we stuck to SemVer here and bumped the minor version as new functionality is being added
This value can be used to render `volumes` and `volumeMounts`.
d30997e
to
5cd7fba
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: avorima, gjtempleton 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 |
This value can be used to render
volumes
andvolumeMounts
.