mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): rename folder
This commit is contained in:
11
tofu/modules/maxscale/mariadb-secret.yaml
Normal file
11
tofu/modules/maxscale/mariadb-secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user