Microservices - Orchestration with Kubernetes
Given this pod spec snippet, what will be the value of environment variable
DB_PASSWORD inside the container?
env:
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: db-secret
key: password