fix
This commit is contained in:
@@ -6,6 +6,11 @@ metadata:
|
|||||||
name: dataset-maria
|
name: dataset-maria
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
storage:
|
||||||
|
default: 8Gi
|
||||||
|
examples:
|
||||||
|
- 8Gi
|
||||||
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
mariadb:
|
mariadb:
|
||||||
@@ -45,11 +50,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
storage:
|
|
||||||
default: 8Gi
|
|
||||||
examples:
|
|
||||||
- 8Gi
|
|
||||||
type: string
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ resource "kubectl_manifest" "prj_mariadb" {
|
|||||||
name: "${var.instance}-${var.component}"
|
name: "${var.instance}-${var.component}"
|
||||||
database: "${var.instance}"
|
database: "${var.instance}"
|
||||||
username: "${var.instance}"
|
username: "${var.instance}"
|
||||||
port: "3306"
|
port: 3306
|
||||||
passwordSecretKeyRef:
|
passwordSecretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: "${var.instance}-${var.component}"
|
name: "${var.instance}-${var.component}"
|
||||||
|
|||||||
Reference in New Issue
Block a user