fix
This commit is contained in:
@@ -6,21 +6,6 @@ metadata:
|
|||||||
name: dataset-redis
|
name: dataset-redis
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
storage:
|
|
||||||
default: 8Gi
|
|
||||||
examples:
|
|
||||||
- 8Gi
|
|
||||||
type: string
|
|
||||||
exporter:
|
|
||||||
default:
|
|
||||||
enable: true
|
|
||||||
examples:
|
|
||||||
- enable: true
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
type: object
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
exporter:
|
exporter:
|
||||||
@@ -84,6 +69,21 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
storage:
|
||||||
|
default: 8Gi
|
||||||
|
examples:
|
||||||
|
- 8Gi
|
||||||
|
type: string
|
||||||
|
exporter:
|
||||||
|
default:
|
||||||
|
enable: true
|
||||||
|
examples:
|
||||||
|
- enable: true
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ resource "kubectl_manifest" "prj_redis" {
|
|||||||
storage: "${var.storage}"
|
storage: "${var.storage}"
|
||||||
redisExporter:
|
redisExporter:
|
||||||
enabled: ${var.exporter.enable}
|
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:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user