9 lines
146 B
YAML
9 lines
146 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: modelrt-secret
|
||
|
|
type: Opaque
|
||
|
|
stringData:
|
||
|
|
postgres-password: "coslight"
|
||
|
|
secret-key: "modelrt_key"
|