Avoid duplicate CRDs in static manifests

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly
2020-04-08 17:45:19 +01:00
parent fba7b09ac8
commit a4cbd146c3
+2 -2
View File
@@ -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",
},
},
}