Skip to content

Commit

Permalink
added external secret1
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 13, 2023
1 parent b8d817f commit 48ec491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions order-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ spec:
- name: MYSQL_DB_USERNAME
valueFrom:
secretKeyRef:
name: car-demo-secret
name: secret-to-be-created
key: mysql-db-username
optional: false
- name: MYSQL_DB_PASSWORD
valueFrom:
secretKeyRef:
name: car-demo-secret
name: secret-to-be-created
key: mysql-db-userpassword
optional: false
envFrom:
Expand Down

0 comments on commit 48ec491

Please sign in to comment.