Cannot deploy Airbyte to multiple namespaces #47265
Unanswered
col
asked this question in
Deployment
Replies: 1 comment
-
Related issue: #46401 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've like to have two deployments of Airbyte (you can think of these as prod and nonprod) within the same K8s cluster. This currently is not possible due to the
node-viewer
ClusterRole created by the Helm chart. As this is a cluster wide resource is conflicts when I try to deploy Airbyte to a second namespace.I believe this is an avoidable conflict but needs either:
.Values.serviceAccount.createClusterRole
if not (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "node-viewer")
Beta Was this translation helpful? Give feedback.
All reactions