fix
This commit is contained in:
@@ -16,11 +16,6 @@ options:
|
|||||||
default: 6.0.13
|
default: 6.0.13
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
cacheSizeGB:
|
|
||||||
default: 1
|
|
||||||
examples:
|
|
||||||
- 1
|
|
||||||
type: integer
|
|
||||||
image:
|
image:
|
||||||
default:
|
default:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
@@ -35,6 +30,16 @@ options:
|
|||||||
- IfNotPresent
|
- IfNotPresent
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
|
replicas:
|
||||||
|
default: 1
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
|
type: integer
|
||||||
|
cacheSizeGB:
|
||||||
|
default: 1
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
|
type: integer
|
||||||
ressources:
|
ressources:
|
||||||
default:
|
default:
|
||||||
limits:
|
limits:
|
||||||
@@ -76,11 +81,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
replicas:
|
|
||||||
default: 1
|
|
||||||
examples:
|
|
||||||
- 1
|
|
||||||
type: integer
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: dbo
|
category: dbo
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ resource "kubectl_manifest" "prj_mongo" {
|
|||||||
- name: ${var.instance}
|
- name: ${var.instance}
|
||||||
db: ${var.instance}
|
db: ${var.instance}
|
||||||
passwordSecretRef:
|
passwordSecretRef:
|
||||||
name: "${var.instance}"
|
name: "${var.instance}-${var.component}"
|
||||||
roles:
|
roles:
|
||||||
- db: ${var.component}
|
- db: ${var.component}
|
||||||
name: readWrite
|
name: readWrite
|
||||||
|
|||||||
Reference in New Issue
Block a user