fix
This commit is contained in:
@@ -11,16 +11,6 @@ options:
|
||||
examples:
|
||||
- 8Gi
|
||||
type: string
|
||||
exporter:
|
||||
default:
|
||||
enable: true
|
||||
examples:
|
||||
- enable: true
|
||||
properties:
|
||||
enable:
|
||||
default: true
|
||||
type: boolean
|
||||
type: object
|
||||
images:
|
||||
default:
|
||||
redis:
|
||||
@@ -84,6 +74,16 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
exporter:
|
||||
default:
|
||||
enable: true
|
||||
examples:
|
||||
- enable: true
|
||||
properties:
|
||||
enable:
|
||||
default: true
|
||||
type: boolean
|
||||
type: object
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: dbo
|
||||
|
||||
@@ -5,7 +5,7 @@ locals {
|
||||
}
|
||||
resource "kubectl_manifest" "prj_redis" {
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: "redis.redis.opstreelabs.in/v1beta2"
|
||||
apiVersion: "redis.redis.opstreelabs.in/v1beta1"
|
||||
kind: "Redis"
|
||||
metadata:
|
||||
name: "${var.instance}-${var.component}"
|
||||
|
||||
Reference in New Issue
Block a user