This commit is contained in:
2024-02-21 11:32:35 +01:00
parent 30f2c370db
commit fe990006e0
2 changed files with 11 additions and 11 deletions

View File

@@ -16,11 +16,6 @@ options:
default: 6.0.13
type: string
type: object
cacheSizeGB:
default: 1
examples:
- 1
type: integer
image:
default:
pull_policy: IfNotPresent
@@ -35,6 +30,16 @@ options:
- IfNotPresent
type: string
type: object
replicas:
default: 1
examples:
- 1
type: integer
cacheSizeGB:
default: 1
examples:
- 1
type: integer
ressources:
default:
limits:
@@ -76,11 +81,6 @@ options:
type: string
type: object
type: object
replicas:
default: 1
examples:
- 1
type: integer
dependencies:
- dist: null
category: dbo

View File

@@ -78,7 +78,7 @@ resource "kubectl_manifest" "prj_mongo" {
- name: ${var.instance}
db: ${var.instance}
passwordSecretRef:
name: "${var.instance}"
name: "${var.instance}-${var.component}"
roles:
- db: ${var.component}
name: readWrite