You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you also check other mentions of namespace: default in our example manifests? I think in the same file you changed the role binding is referencing the service account in default namespace. So I guess this has to be updated, too.
Note, these manifests where only meant as an example which users can edit to their own wishes incl. the namespace. But if it makes integration easier we can also remove it, of course.
All the concerned manifest by this kustomize installation do not reference the default namespace otherwise.
The only other reference to this serviceAccount is minimal-fake-pooler-deployment.yaml which doesn't mention the namespace either. So it should be all good to merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manifests that are used with the default installation don't have a namespace (so it uses the current context's one).
It's my first time using this software so if it's possible I've misread things ~.