apiVersion: "helm-expt.confighub.com/v1alpha1"
kind: "Variant"
metadata:
  name: "no-crds"
  labels:
    confighub.io/chart: "grafana/rollout-operator"
    confighub.io/version: "0.49.0"
    confighub.io/variant: "no-crds"
spec:
  recipe: "../../recipe.yaml"
  namespace: "default"
  releaseName: "rollout-operator"
  targetFacts:
    requiredCRDs:
      -
        name: "replicatemplates.rollout-operator.grafana.com"
        sourceVariant: "default"
        purpose: "ReplicaTemplate CRD managed outside this no-crds preset"
        suggestedSource: "kubectl apply -f <rollout-operator-crds.yaml>"
        deliveryLanes:
          - "regularHelm"
          - "cubInstallerApply"
          - "configHubKubectlApply"
          - "configHubOciArgo"
      -
        name: "zoneawarepoddisruptionbudgets.rollout-operator.grafana.com"
        sourceVariant: "default"
        purpose: "ZoneAwarePodDisruptionBudget CRD managed outside this no-crds preset"
        suggestedSource: "kubectl apply -f <rollout-operator-crds.yaml>"
        deliveryLanes:
          - "regularHelm"
          - "cubInstallerApply"
          - "configHubKubectlApply"
          - "configHubOciArgo"
  valuesProfile: "../../effective-values-no-crds.yaml"
  capabilityProfile:
    kubeVersion: "1.30.0"
    apiVersions:
      []
  hookPolicy: "no-hooks"
