apiVersion: "helm-expt.confighub.com/v1alpha1"
kind: "Variant"
metadata:
  name: "no-crds"
  labels:
    confighub.io/chart: "fairwinds-stable/vpa"
    confighub.io/version: "4.11.0"
    confighub.io/variant: "no-crds"
spec:
  recipe: "../../recipe.yaml"
  namespace: "default"
  releaseName: "vpa"
  valuesProfile: "../../effective-values-no-crds.yaml"
  capabilityProfile:
    kubeVersion: "1.30.0"
    apiVersions:
      []
  hookPolicy: "no-hooks"
  targetFacts:
    requiredCRDs:
      -
        name: "verticalpodautoscalercheckpoints.autoscaling.k8s.io"
        sourceVariant: "default"
        purpose: "VPA CRD managed outside this no-crds base"
        deliveryLanes:
          - "regularHelm"
          - "cubInstallerApply"
          - "configHubKubectlApply"
          - "configHubOciArgo"
      -
        name: "verticalpodautoscalers.autoscaling.k8s.io"
        sourceVariant: "default"
        purpose: "VPA CRD managed outside this no-crds base"
        deliveryLanes:
          - "regularHelm"
          - "cubInstallerApply"
          - "configHubKubectlApply"
          - "configHubOciArgo"
    requiredSecrets:
      -
        namespace: "default"
        name: "vpa-tls-secret"
        keys:
          - "ca"
          - "cert"
          - "key"
        purpose: "VPA admission controller webhook TLS material normally created by Helm hook lifecycle"
        deliveryLanes:
          - "cubInstallerApply"
          - "configHubKubectlApply"
          - "configHubOciArgo"
