Skip to content

Commit

Permalink
Update secrets with correct names (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotheroneofthese authored Jul 8, 2024
1 parent 2969beb commit abdb9c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions k8s/prod/wls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ spec:
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_USERNAME
key: MONGODB_USERNAME
- name: MONGODB_PASSWORD
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_PASSWORD
key: MONGODB_PASSWORD
- name: MONGODB_DATABASE
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_DATABASE
key: MONGODB_DATABASE
- name: MONGODB_URL
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_URL
key: MONGODB_URL

# Set to always pull the image from Harbor, even if present
imagePullPolicy: Always
Expand Down
8 changes: 4 additions & 4 deletions k8s/stage/wls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ spec:
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_USERNAME
key: MONGODB_USERNAME
- name: MONGODB_PASSWORD
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_PASSWORD
key: MONGODB_PASSWORD
- name: MONGODB_DATABASE
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_DATABASE
key: MONGODB_DATABASE
- name: MONGODB_URL
valueFrom:
secretKeyRef:
name: wls-secrets
key: MONGO_URL
key: MONGODB_URL

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

0 comments on commit abdb9c0

Please sign in to comment.