File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ resources:
2727# - ../prometheus
2828
2929patches :
30+ - path : manager_config_patch.yaml
31+
3032# Protect the /metrics endpoint by putting it behind auth.
3133# If you want your controller-manager to expose the /metrics
3234# endpoint w/o any authn/z, please comment the following line.
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : manager
11+ env :
12+ # It should be modified as the manager's namespace is
13+ # modified by the kustomization.
14+ - name : CONTROLLER_NAMESPACE
15+ value : runtime-class-manager-system
Original file line number Diff line number Diff line change 7070 - /manager
7171 args :
7272 - --leader-elect
73+ env :
74+ - name : CONTROLLER_NAMESPACE
75+ value : system
76+ - name : SHIM_DOWNLOADER_IMAGE
77+ value : ghcr.io/spinframework/shim-downloader:latest
78+ - name : SHIM_NODE_INSTALLER_IMAGE
79+ value : ghcr.io/spinframework/node-installer:latest
80+ - name : SHIM_NODE_INSTALLER_JOB_TTL
81+ value : " 0"
7382 image : controller:latest
7483 name : manager
7584 securityContext :
You can’t perform that action at this time.
0 commit comments