Skip to content

Instantly share code, notes, and snippets.

@cwilhit
Created April 4, 2023 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwilhit/9316f435b75fcf564633928cb1b823fc to your computer and use it in GitHub Desktop.
Save cwilhit/9316f435b75fcf564633928cb1b823fc to your computer and use it in GitHub Desktop.
A sample crossplane.yaml defining a configuration for Azure in Upbound
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-azure-platform
annotations:
meta.crossplane.io/maintainer: <replacewithyouremail>
meta.crossplane.io/source: github.com/<replacewithyourgiturl>
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This configuration defines a set of Crossplane APIs for Azure resources
meta.crossplane.io/readme: |
This configuration defines a set of Crossplane APIs for Azure resources
spec:
crossplane:
version: ">=v1.7.0-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-azure
version: ">=v0.30.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment