Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 89930ca

Browse files
committed
pass APIExport name as first arg to manager
Signed-off-by: Robin Y Bobbitt <[email protected]>
1 parent c4ead22 commit 89930ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
memory: 64Mi
3030
- name: manager
3131
args:
32+
- "controller-runtime-example-data.my.domain"
3233
- "--health-probe-bind-address=:8081"
3334
- "--metrics-bind-address=127.0.0.1:8080"
3435
- "--leader-elect"

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spec:
3030
- command:
3131
- /manager
3232
args:
33+
- "controller-runtime-example-data.my.domain"
3334
- --leader-elect
3435
image: controller:latest
3536
name: manager

0 commit comments

Comments
 (0)