-
Notifications
You must be signed in to change notification settings - Fork 39
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 additional Helm Configuration options #42
Conversation
use release name instead
Pull Request Test Coverage Report for Build 2422468185
💛 - Coveralls |
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.
Really minor changes for a more consistent document
README.md
Outdated
@@ -23,10 +23,18 @@ The following command can be used to install kubenurse with Helm: `helm upgrade | |||
| ---------------------------------|---------------------------------------------------------------------------------------------------- | --------------------- | | |||
| daemonset.image.repository | The repository name | postfinance/kubenurse | | |||
| daemonset.image.tag | The tag/ version of the image | v1.4.0 | | |||
| daemonset.podLabels | Additional Labels to be added to the pods of the ademonset | [] |
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.
could you please set Labels
lowercase and fix the Daemonset
typo?
README.md
Outdated
@@ -23,10 +23,18 @@ The following command can be used to install kubenurse with Helm: `helm upgrade | |||
| ---------------------------------|---------------------------------------------------------------------------------------------------- | --------------------- | | |||
| daemonset.image.repository | The repository name | postfinance/kubenurse | | |||
| daemonset.image.tag | The tag/ version of the image | v1.4.0 | | |||
| daemonset.podLabels | Additional Labels to be added to the pods of the ademonset | [] | |||
| daemonset.podAnnotations | Additional Annotations to be added to the pods of the daemonset | [] |
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.
Could you please set Annotations
lowercase?
README.md
Outdated
| daemonset.podLabels | Additional Labels to be added to the pods of the ademonset | [] | ||
| daemonset.podAnnotations | Additional Annotations to be added to the pods of the daemonset | [] | ||
| daemonset.podSecurityContext | The security context of the daemonset | {} | ||
| daemonset.containerSecurityContext| The Security context of the containers within the pods of the daemonset | {} |
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.
Could you please set the Security
lowercase?
README.md
Outdated
| namespace | The namespace where kubenurse will be deployed | kube-system | | ||
| serviceMonitor.enabled | Adds a ServiceMonitor for use with [Prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | false | ||
| serviceMonitor.labels | Additional Labels to be added to the ServiceMonitor | {} |
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.
Could you please set the Labels
lowercase?
README.md
Outdated
| daemonset.podAnnotations | Additional Annotations to be added to the pods of the daemonset | [] | ||
| daemonset.podSecurityContext | The security context of the daemonset | {} | ||
| daemonset.containerSecurityContext| The Security context of the containers within the pods of the daemonset | {} | ||
| daemonset.tolerations | The Tolerations of the daemonset | <code>- effect: NoSchedule </br> key: node-role.kubernetes.io/master</br> operator: Equal </br>- effect: NoSchedule </br> key: node-role.kubernetes.io/control-plane</br> operator: Equal</code> |
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.
Could you please set the Tolerations
lowercase?
Hi @domi2120 Thanks for your PR! It looks good to me I've requested only a few minor spelling issues for a more consistent readme document. If you could incorporate these or just make the lower and uppercase more consistent, I would appreciate it. And it also implements the part from #35 (comment) . |
Hi @djboris9 |
Thanks for your contribution 💯 |
To increase the flexibility of the helm chart, this pull request adds several additional configuration options: