-
Notifications
You must be signed in to change notification settings - Fork 101
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 namespace explicitly #461
base: main
Are you sure you want to change the base?
Conversation
cc154e3
to
61d697c
Compare
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 also look at the test failures? Example:
Error: template: cluster/templates/pooler.yaml:7:16: executing "cluster/templates/pooler.yaml" at <include "cluster.namespace" .>: error calling include: template: cluster/templates/_helpers.tpl:5:16: executing "cluster.namespace" at <.Values.namespaceOverride>: nil pointer evaluating interface {}.namespaceOverride
a4bb41b
to
ed5f083
Compare
22e5b5f
to
b7dc6ab
Compare
Signed-off-by: Nicolò Ciraci <[email protected]>
…#453) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Nicolò Ciraci <[email protected]>
Signed-off-by: Nicolò Ciraci <[email protected]>
Signed-off-by: Nicolò Ciraci <[email protected]>
b7dc6ab
to
330122c
Compare
Signed-off-by: Nicolò Ciraci <[email protected]>
330122c
to
2296230
Compare
I don't understand the DCO failure, the commits are signed. |
One of your commits isn't, but you can manually set it to pass from here. |
No, all my commits are signed. If you notice the error is quite strange:
Am I missing something obvious? |
No matter. This is good enough for me. |
The rationale behind this PR is that there are cases where it becomes quite complicated to deploy the application unless the namespace is explicitly provided — for example, when managing the application using a GitOps approach.