-
Notifications
You must be signed in to change notification settings - Fork 5
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
Helm: Enhancements and fixes #12
Helm: Enhancements and fixes #12
Conversation
@emiran-orange Thank you for taking the time to create the PR, I have reviewed your changes and have a few comments and questions: hostBinariesPath in values.yaml - could you explain the use-case for this parameter ? namespaceOverride - I agree that the namespace object should not be created, and all namespaces should change to default (or be omitted), but I think the namespaceOverride parameter is redundant, it is possible to install in different namespaces by using the |
|
Regarding |
We don't have objects in different namespaces, so we can get rid of all metadata.namespace fields. |
@gil-excelero I don't follow you, we cannot get rid of metadata.namespace, it should be in every manifest. |
@emiran-orange sorry for being unclear, I looked over it again, and it seems we do need the |
Great! Thanks |
This PR brings some enhancements regarding Helm best practices and fixes regarding underlying hosts:
Fixes:
systemdHost
boolean in values.yaml) as drivers logs being written via unix socket /dev/loghostBinariesPath
in values.yaml)Enhancements:
namespaceOverride
in values.yml to get rid of NS creation which is not to be expected in a helm chart (with addition of related template in _helpers.tpl)pspEnabled
is true in values.yaml)