This commit is contained in:
2023-10-08 08:33:02 +02:00
parent cf8521194c
commit a50f7b2eb7
2 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ resource "kubectl_manifest" "prj_redis" {
storage: "${var.storage}"
redisExporter:
enabled: ${var.exporter.enable}
image: "${var.images.exporter.registry}/${var.images.exporter.repository}:${var.exporter.rabbit.tag}"
image: "${var.images.exporter.registry}/${var.images.exporter.repository}:${var.images.exporter.tag}"
securityContext:
runAsUser: 1000
fsGroup: 1000