Commit 8a9a7eb
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- charts/all/llm-monitoring/kustomize/base/grafana
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments