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