Skip to content

Commit

Permalink
Add new vars into manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nottagg committed Oct 26, 2022
1 parent 19c1597 commit b401540
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ spec:
value: ${API_SERVICE_SECURITY}
- name: ALLOC_API_SVC_PORT
value: "5000"
- name: MAX_NUM_GS_TO_ADD
value: "20"
- name: MAX_NUM_GS_TO_DEL
value: "20"
- name: THUNDERNETES_INIT_CONTAINER_IMAGE
value: ${IMAGE_NAME_INIT_CONTAINER}:${IMAGE_TAG}
- name: THUNDERNETES_INIT_CONTAINER_IMAGE_WIN
Expand Down

0 comments on commit b401540

Please sign in to comment.