fix
This commit is contained in:
12
share/dataset-maria/common.tf
Normal file
12
share/dataset-maria/common.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
locals {
|
||||
common-labels = {
|
||||
"vynil.solidite.fr/owner-name" = var.instance
|
||||
"vynil.solidite.fr/owner-namespace" = var.namespace
|
||||
"vynil.solidite.fr/owner-category" = var.category
|
||||
"vynil.solidite.fr/owner-component" = var.component
|
||||
"app.kubernetes.io/managed-by" = "vynil"
|
||||
"app.kubernetes.io/name" = var.component
|
||||
"app.kubernetes.io/instance" = var.instance
|
||||
}
|
||||
}
|
||||
@@ -6,11 +6,6 @@ metadata:
|
||||
name: dataset-maria
|
||||
description: null
|
||||
options:
|
||||
storage:
|
||||
default: 8Gi
|
||||
examples:
|
||||
- 8Gi
|
||||
type: string
|
||||
images:
|
||||
default:
|
||||
mariadb:
|
||||
@@ -50,6 +45,11 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
storage:
|
||||
default: 8Gi
|
||||
examples:
|
||||
- 8Gi
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: dbo
|
||||
@@ -59,6 +59,7 @@ providers:
|
||||
authentik: null
|
||||
kubectl: true
|
||||
postgresql: null
|
||||
mysql: null
|
||||
restapi: null
|
||||
http: null
|
||||
gitea: null
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
locals {
|
||||
maria-labels = merge(local.common-labels, {
|
||||
maria-labels = merge(local.common_labels, {
|
||||
"app.kubernetes.io/component" = "mariadb"
|
||||
})
|
||||
mariadb-password = data.kubernetes_secret_v1.prj_mariadb_secret.data["password"]
|
||||
|
||||
Reference in New Issue
Block a user