mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
12 lines
235 B
YAML
12 lines
235 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: mariadb-secret
|
|
namespace: mariadb-operator
|
|
labels:
|
|
k8s.mariadb.com/watch: ""
|
|
stringData:
|
|
password: ${password}
|
|
user-password: ${user_password}
|
|
root-password: ${root_password}
|