fix
This commit is contained in:
@@ -40,8 +40,8 @@ resource "kubectl_manifest" "prj_mongo" {
|
||||
labels: ${jsonencode(local.mongo-labels)}
|
||||
spec:
|
||||
members: 1
|
||||
type: ReplicaSet
|
||||
version: "7.0.2"
|
||||
type: ${var.mongo_type}
|
||||
version: "${var.mongo_version}"
|
||||
statefulSet:
|
||||
spec:
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user