Skip to content

Commit

Permalink
Remove unused controller manager config
Browse files Browse the repository at this point in the history
Signed-off-by: Chunyi Lyu <clyu@vmware.com>
  • Loading branch information
ChunyiLyu committed Jan 25, 2024
1 parent c5441fa commit 79d6019
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
11 changes: 0 additions & 11 deletions config/manager/controller_manager_config.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ configurations:

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- name: manager-config
files:
- controller_manager_config.yaml
19 changes: 0 additions & 19 deletions config/servicebinding-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,25 +997,6 @@ subjects:
namespace: servicebinding-system
---
apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 127.0.0.1:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: a359ffaf.servicebinding.io
kind: ConfigMap
metadata:
name: servicebinding-manager-config
namespace: servicebinding-system
---
apiVersion: v1
kind: Service
metadata:
labels:
Expand Down

0 comments on commit 79d6019

Please sign in to comment.