apiVersion: "helm-expt.confighub.com/v1alpha1"
kind: "Variant"
metadata:
  name: "no-crds"
  labels:
    confighub.io/chart: "bitnami/contour"
    confighub.io/version: "21.1.4"
    confighub.io/variant: "no-crds"
spec:
  recipe: "../../recipe.yaml"
  namespace: "default"
  releaseName: "contour"
  valuesProfile: "../../effective-values-no-crds.yaml"
  capabilityProfile:
    kubeVersion: "1.30.0"
    apiVersions:
      []
  hookPolicy: "no-hooks"
  targetFacts:
    requiredSecrets:
      -
        namespace: "default"
        name: "contourcert"
        keys:
          - "ca.crt"
          - "tls.crt"
          - "tls.key"
        purpose: "Contour serving certificate created by the chart's pre-install certgen hook"
        provisioningMode: "lifecycle-action"
        suggestedSource: "package://prerequisites/contour-certgen/run.sh"
        deliveryLanes:
          - "cubInstallerApply"
      -
        namespace: "default"
        name: "envoycert"
        keys:
          - "ca.crt"
          - "tls.crt"
          - "tls.key"
        purpose: "Envoy client certificate created by the chart's pre-install certgen hook"
        provisioningMode: "lifecycle-action"
        suggestedSource: "package://prerequisites/contour-certgen/run.sh"
        deliveryLanes:
          - "cubInstallerApply"
