Skip to content

Commit

Permalink
Two more envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Feb 13, 2024
1 parent 2787fe9 commit 61a4207
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openshift/templates/grass_curing.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ objects:
secretKeyRef:
name: ${GLOBAL_NAME}
key: rocket.chat-auth-token-secret
- name: WFWX_BASE_URL
valueFrom:
configMapKeyRef:
name: ${GLOBAL_NAME}
key: env.wfwx-base-url
- name: WFWX_AUTH_URL
valueFrom:
configMapKeyRef:
Expand Down Expand Up @@ -143,6 +148,11 @@ objects:
secretKeyRef:
name: wps-redis
key: database-password
- name: REDIS_USE
valueFrom:
configMapKeyRef:
name: ${GLOBAL_NAME}
key: env.redis-use
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit 61a4207

Please sign in to comment.