Skip to content

Commit

Permalink
Rollback namespace to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Nov 8, 2023
1 parent e3de890 commit 4228297
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: default
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-console-openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: default
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-bind-addressable-resolver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: default
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-custom-resource-definitions
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/operator-role-binding-local-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: default
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-local-registry
Expand Down
2 changes: 1 addition & 1 deletion config/rbac/patch-rolebinding-to-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
value: ClusterRole
- op: add
path: /subjects/0/namespace
value: default
value: placeholder

0 comments on commit 4228297

Please sign in to comment.