Skip to content

Commit

Permalink
nest p5
Browse files Browse the repository at this point in the history
  • Loading branch information
akalitenya committed Oct 31, 2022
1 parent 04ab89f commit 0070b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .helm/templates/backend-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
env:
- name: BACKEND_IS_SCHEDULER
value: 'TRUE'
- name: CLI_TYPEORM_MYSQL_HOST
- name: CLI_TYPEORM_HOST
valueFrom:
secretKeyRef:
name: backend-common-envs
Expand Down
2 changes: 1 addition & 1 deletion .helm/templates/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
env:
- name: BACKEND_IS_SCHEDULER
value: 'FALSE'
- name: CLI_TYPEORM_MYSQL_HOST
- name: CLI_TYPEORM_HOST
valueFrom:
secretKeyRef:
name: backend-common-envs
Expand Down

0 comments on commit 0070b35

Please sign in to comment.