Avoid duplicate CRDs in static manifests
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
fba7b09ac8
commit
a4cbd146c3
@ -14,13 +14,13 @@ VARIANTS = {
|
||||
"cert-manager": {
|
||||
"crd_variant": "regular",
|
||||
"values": {
|
||||
"installCRDs": "true",
|
||||
"installCRDs": "false",
|
||||
},
|
||||
},
|
||||
"cert-manager-legacy": {
|
||||
"crd_variant": "legacy",
|
||||
"values": {
|
||||
"installCRDs": "true",
|
||||
"installCRDs": "false",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user