Skip to content

Commit cb96d73

Browse files
committed
Add MariaDBAccount example
1 parent 4c158ae commit cb96d73

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

config/samples/mariadb_v1beta1_mariadbaccount.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ metadata:
77
app.kubernetes.io/part-of: mariadb-operator
88
app.kubernetes.io/managed-by: kustomize
99
app.kubernetes.io/created-by: mariadb-operator
10-
name: mariadbaccount-sample
10+
mariaDBDatabaseName: neutron
11+
name: neutron1
1112
spec:
12-
# TODO(user): Add fields here
13+
userName: neutron1
14+
secret: neutrondb-secret
15+
16+
---
17+
18+
apiVersion: v1
19+
data:
20+
# neutron123
21+
DatabasePassword: bmV1dHJvbjEyMw==
22+
kind: Secret
23+
metadata:
24+
name: neutrondb-secret
25+
type: Opaque

0 commit comments

Comments
 (0)