-
Notifications
You must be signed in to change notification settings - Fork 3
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
🔧 First draft of helm #3
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: afreyermuth98 <[email protected]>
Signed-off-by: afreyermuth98 <[email protected]>
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.
That's a solid start. Thanks for volunteering :) I like that you made naming/namespacing configurable.
The cert-manager part seems to be missing, and our original cert-manager manifest appears to have been dropped. The hook cannot function without TLS enabled as far as I know. I'm not familiar with how folks deal with their PKI without cert-manager these days - so I don't know if it makes sense to support something else.
A nitpick: I'm not sure adding suffixes to resources names like -cluster-role
or -role
is idiomatic - even though it does happen in the wild - most resources are not named like that. After all, the resources do have a well defined type that transpires through kubectl get role/rolename
for instance.
charts/node-specific-sizing/templates/mutatingadmissionwebhook.yaml
Outdated
Show resolved
Hide resolved
charts/node-specific-sizing/templates/tests/test-connection.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: afreyermuth98 <[email protected]>
Hey @eliebleton-manomano ! |
PR about this issue :
#2 (comment)