12 lines
242 B
YAML
12 lines
242 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: todo-web-secret
|
|
type: Opaque
|
|
stringData:
|
|
secrets.json: |-
|
|
{
|
|
"ConnectionStrings": {
|
|
"ToDoDb": "Server=todo-db;Database=todo;User Id=postgres;Password=kiamol-2*2*;"
|
|
}
|
|
} |