Skip to content

Commit

Permalink
[artemiscloud#702] Remove ControllerManagerConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Oct 6, 2023
1 parent 16f211f commit 8b21a7f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 54 deletions.
17 changes: 0 additions & 17 deletions bundle/manifests/activemq-artemis-manager-config_v1_configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions config/manager/controller_manager_config.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ patches:
target:
kind: Deployment

configMapGenerator:
- files:
- controller_manager_config.yaml
name: manager-config
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
Expand Down
1 change: 0 additions & 1 deletion deploy/cluster_wide_install_opr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ SERVICE_ACCOUNT_NS="$($KUBE_CLI get -f $DEPLOY_PATH/service_account.yaml -o json
sed "s/namespace:.*/namespace: ${SERVICE_ACCOUNT_NS}/" $DEPLOY_PATH/cluster_role_binding.yaml | $KUBE_CLI apply -f -
$KUBE_CLI create -f $DEPLOY_PATH/election_role.yaml
$KUBE_CLI create -f $DEPLOY_PATH/election_role_binding.yaml
$KUBE_CLI create -f $DEPLOY_PATH/operator_config.yaml
sed -e "/WATCH_NAMESPACE/,/- name/ { /WATCH_NAMESPACE/b; /valueFrom:/bx; /- name/b; d; :x s/valueFrom:/value: '${WATCH_NAMESPACE}'/}" $DEPLOY_PATH/operator.yaml | $KUBE_CLI apply -f -
17 changes: 0 additions & 17 deletions deploy/operator_config.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions hack/static_manifest_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ function writeFile() {
createFile "$destdir/service_account.yaml"
;;

ConfigMap)
createFile "$destdir/operator_config.yaml"
;;

Namespace)
echo "Skipping ${resource_kind}:${resource_name}"
;;
Expand Down

0 comments on commit 8b21a7f

Please sign in to comment.