github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/test/e2e/testdata/smoketest/weaviate/06_reconfigure.yaml (about)

     1  apiVersion: apps.kubeblocks.io/v1alpha1
     2  kind: OpsRequest
     3  metadata:
     4    generateName: weaviate-cluster-reconfiguring-
     5  spec:
     6    clusterRef: weaviate-cluster
     7    reconfigure:
     8      componentName: weaviate
     9      configurations:
    10        - keys:
    11            - key: envs
    12              parameters:
    13                - key: AUTHENTICATION_APIKEY_ENABLED
    14                  value: "false"
    15          name: weaviate-env-template
    16    type: Reconfiguring