Skip to content

Commit

Permalink
fix: kustomize revert placeholder namespace
Browse files Browse the repository at this point in the history
Revert 2d72654 as it is required by Kustomize procedure

Closes apache#4142
  • Loading branch information
squakez committed Mar 21, 2023
1 parent 4b5b5d3 commit c15739d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ metadata:
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k.v2.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
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,6 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
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,6 +24,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-custom-resource-definitions
Expand Down
1 change: 1 addition & 0 deletions config/rbac/operator-role-binding-local-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: camel-k-operator
namespace: placeholder
roleRef:
kind: ClusterRole
name: camel-k-operator-local-registry
Expand Down
1 change: 1 addition & 0 deletions install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RBAC := $(CONFIG)/rbac
RBAC_OS := $(RBAC)/openshift
RBAC_GLOBAL := global
OPERATOR := operator
PLACEHOLDER := placeholder
YAML := yaml

# Fetch the latest image name - may override the original constant
Expand Down

0 comments on commit c15739d

Please sign in to comment.