-
Notifications
You must be signed in to change notification settings - Fork 94
Multi Framework Installation Helm Support with Comprehensive document… #1122
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
Conversation
markxnelson
left a comment
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 think the readme needs work. it has too much list content and little prose.
| kind: Deployment | ||
| metadata: | ||
| name: {{ include "obaas-app.fullname" . }} | ||
| namespace: {{ .Values.obaas.namespace }} |
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.
Don't take out this, value is set in values.yaml file
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.
AI says its not neccessary
No, the namespace: field should not be in the Deployment metadata. It was never there, and it shouldn't be added. The namespace for the Deployment is controlled by Helm's --namespace flag at install time.
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.
Not necessary, I agree. however we have this parameter. in the values.yaml:
obaas:
namespace: obaas-dev # Replace with your namespace
Which can be used and overridden by the --namespace flag.
If we're going to stick with the flag only why do we need the namespace parameter in values.yaml?
|




…ation