Skip to content

Commit 8a9a7eb

Browse files
committed
Drop version from GrafanaDataSource
There is no such field in the operator's CRD and it causes argo to be outofsync. $ grep -B5 -ir version: config/crd/bases/grafana.integreatly.org_grafanadatasources.yaml --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.3 -- name: v1beta1 schema: openAPIV3Schema: description: GrafanaDatasource is the Schema for the grafanadatasources API properties: apiVersion: -- description: plugins items: properties: name: type: string version: $ git lg --grep version config/crd/bases/grafana.integreatly.org_grafanadatasources.yaml $
1 parent d80c6d8 commit 8a9a7eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/all/llm-monitoring/kustomize/base/grafana/prometheus-datasource.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ spec:
1414
jsonData:
1515
timeInterval: 5s
1616
isDefault: true
17-
version: 1
1817
type: prometheus
1918
instanceSelector:
2019
matchLabels:

0 commit comments

Comments
 (0)