Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1364 from coderbydesign/pass-READ_O…
Browse files Browse the repository at this point in the history
…NLY_API_MODE-to-worker

Pass `READ_ONLY_API_MODE` to the `worker-service`
  • Loading branch information
coderbydesign authored Dec 3, 2024
2 parents 22e0766 + f8da559 commit d9f4a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ objects:
value: ${PRINCIPAL_CLEANUP_DELETION_ENABLED_UMB}
- name: UMB_JOB_ENABLED
value: ${UMB_JOB_ENABLED}
- name: READ_ONLY_API_MODE
value: ${READ_ONLY_API_MODE}

- name: scheduler-service
minReplicas: ${{MIN_SCHEDULER_REPLICAS}}
metadata:
Expand Down

0 comments on commit d9f4a9f

Please sign in to comment.