mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-25 07:40:37 +01:00
7 lines
104 B
YAML
7 lines
104 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: mysql-secret
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
root-pass: test123
|