Skip to content

Commit

Permalink
Added missing secrets to deployment definitions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MormonJesus69420 authored Jul 15, 2024
1 parent 5a06af9 commit 2619444
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/prod/wls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ spec:
secretKeyRef:
name: wls-secrets
key: MONGODB_URL
- name: SYNQ_BASE_URL
valueFrom:
secretKeyRef:
name: wls-secrets
key: SYNQ_BASE_URL

# Set to always pull the image from Harbor, even if present
imagePullPolicy: Always
Expand Down
5 changes: 5 additions & 0 deletions k8s/stage/wls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ spec:
secretKeyRef:
name: wls-secrets
key: MONGODB_URL
- name: SYNQ_BASE_URL
valueFrom:
secretKeyRef:
name: wls-secrets
key: SYNQ_BASE_URL

# Set to always pull the image from Harbor, even if present
imagePullPolicy: Always
Expand Down

0 comments on commit 2619444

Please sign in to comment.