github.com/crossplane/upjet@v1.3.0/pkg/migration/testdata/plan/configurationv1alpha1.yaml (about)

     1  # SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  
     5  apiVersion: meta.pkg.crossplane.io/v1alpha1
     6  kind: Configuration
     7  metadata:
     8    name: platform-ref-aws
     9    annotations:
    10      meta.crossplane.io/maintainer: Upbound <support@upbound.io>
    11      meta.crossplane.io/source: github.com/upbound/platform-ref-aws
    12      meta.crossplane.io/license: Apache-2.0
    13      meta.crossplane.io/description: |
    14        This reference platform Configuration for Kubernetes and Data Services
    15        is a starting point to build, run, and operate your own internal cloud
    16        platform and offer a self-service console and API to your internal teams.
    17  
    18      meta.crossplane.io/readme: |
    19        This reference platform `Configuration` for Kubernetes and Data Services
    20        is a starting point to build, run, and operate your own internal cloud
    21        platform and offer a self-service console and API to your internal teams.
    22        It provides platform APIs to provision fully configured EKS clusters,
    23        with secure networking, and stateful cloud services (RDS) designed to
    24        securely connect to the nodes in each EKS cluster -- all composed using
    25        cloud service primitives from the [Upbound Official AWS
    26        Provider](https://marketplace.upbound.io/providers/upbound/provider-aws). App
    27        deployments can securely connect to the infrastructure they need using
    28        secrets distributed directly to the app namespace.
    29  
    30        To learn more checkout the [GitHub
    31        repo](https://github.com/upbound/platform-ref-aws/) that you can copy and
    32        customize to meet the exact needs of your organization!
    33  spec:
    34    crossplane:
    35      version: ">=v1.7.0-0"
    36    dependsOn:
    37      - provider: xpkg.upbound.io/upbound/provider-aws
    38        version: ">=v0.15.0"
    39      - provider: xpkg.upbound.io/crossplane-contrib/provider-helm
    40        version: ">=v0.12.0"