mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
8 lines
No EOL
129 B
YAML
8 lines
No EOL
129 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: mysql-pass
|
|
type: Opaque
|
|
data:
|
|
# Default password is "admin".
|
|
password: YWRtaW4= |