mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-26 08:09:08 +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 |