remove preserveUnknownFields from thanos CRD
This keeps the CRD compatible with kubernetes v1.14 and earlier
This commit is contained in:
@@ -45,6 +45,11 @@ local configMapList = k3.core.v1.configMapList;
|
||||
preserveUnknownFields: null,
|
||||
}),
|
||||
},
|
||||
'0thanosrulerCustomResourceDefinition'+: {
|
||||
spec: std.mergePatch(super.spec, {
|
||||
preserveUnknownFields: null,
|
||||
}),
|
||||
},
|
||||
},
|
||||
grafana+:: {
|
||||
dashboardDefinitions: configMapList.new(super.dashboardDefinitions),
|
||||
|
||||
Reference in New Issue
Block a user