Skip to content

Conversation

@mbaldessari
Copy link
Contributor

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
$

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
$
@sauagarwa sauagarwa merged commit 471f692 into validatedpatterns:main Mar 25, 2025
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants