Skip to content

Commit

Permalink
Move env for read only to correct service
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbydesign committed Oct 3, 2024
1 parent d33af41 commit 623c101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ objects:
value: ${SA_NAME}
- name: RELATION_API_SERVER
value: ${RELATION_API_SERVER}
- name: READ_ONLY_API_MODE
value: ${READ_ONLY_API_MODE}

- name: scheduler-service
minReplicas: ${{MIN_SCHEDULER_REPLICAS}}
Expand Down Expand Up @@ -517,6 +515,8 @@ objects:
value: ${IT_TOKEN_JKWS_CACHE_LIFETIME}
- name: V2_APIS_ENABLED
value: ${V2_APIS_ENABLED}
- name: READ_ONLY_API_MODE
value: ${READ_ONLY_API_MODE}

jobs:
- name: tenant-org-id-populator
Expand Down

0 comments on commit 623c101

Please sign in to comment.