Skip to content

Commit

Permalink
Revert key vault changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vimal-knoldus committed Oct 4, 2023
1 parent e0577f5 commit 0552567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions admin-service/azure-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ spec:
protocol: TCP
env:
- name: COSMOS_KEY
valueFrom:
secretKeyRef:
name: ntdemokeyvault
key: COSMOS-KEY
value: IfSwYCdJNGer4D50MjuL74MTP1dzbNcQyKJ62mqxzruLfiAniOkW3QXFxsMhcEkNjyQMMN6oT6QRACDblrDAFQ==
- name: COSMOS_URI
value: https://az-nashtech-db.documents.azure.com:443/
- name: KAFKA_SERVER
Expand Down
2 changes: 1 addition & 1 deletion admin-service/src/main/resources/application-cosmos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cosmosdb:
key: ${COSMOS-KEY}
key: ${COSMOS_KEY}
uri: ${COSMOS_URI}
name: az-nashtech-db
container-name: az-car-collection
Expand Down

0 comments on commit 0552567

Please sign in to comment.