Skip to content

Commit

Permalink
replace placeholder to default
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Oct 20, 2023
1 parent 07a6b15 commit bf12a82
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k.v2.1.0
namespace: placeholder
namespace: default
spec:
apiservicedefinitions: {}
customresourcedefinitions:
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: placeholder
namespace: default
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: placeholder
namespace: default
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: placeholder
namespace: default
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: placeholder
namespace: default
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: placeholder
value: default

0 comments on commit bf12a82

Please sign in to comment.