-
Notifications
You must be signed in to change notification settings - Fork 2
Add Konnector Charts #1
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
03a4a2a to
20694d4
Compare
aa3ed19 to
9bcef03
Compare
| RELEASE_NAME: {{.Release.Name | quote }} | ||
| CHART_NAME: {{ .Chart.Name | quote }} | ||
| CHART_VERSION: {{ .Values.image.tag | quote }} | ||
| CONSOLE_LOG_LEVEL: "INFO" |
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.
suggest: move to system values
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.
Fixed.
I added it to the optional fields since we don't require it, and it has default values in the code.
| {{- include "common.labels" . | nindent 4 }} | ||
| type: Opaque | ||
| stringData: | ||
| token: "--set-by-connector-manager-at-runtime--" |
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.
suggest: consider change this to "<set-by-konnector-runtime>"
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.
Fixed.
cf7e460 to
77779e0
Compare
77779e0 to
3abfc5c
Compare
adavid-panw
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.
Lookin' good! you rock!
No description provided.