Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle multiple CRDs to build complex Compositions #34

Open
DrummyFloyd opened this issue Jul 12, 2024 · 0 comments
Open

handle multiple CRDs to build complex Compositions #34

DrummyFloyd opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DrummyFloyd
Copy link

DrummyFloyd commented Jul 12, 2024

What problem are you facing?

Would be cool to build for a composition based on multiple Crds
for instance

i want to create an azure Keyvault instance, with vault/keys/accessPolicies in the same times

this should look like this ..

providers:  
  baseURL: https://raw.githubusercontent.com/crossplane-contrib/%s/%s/package/crds/%s
  name: provider-upjet-azure
  version: v1.4.0
  crds:
    - file: keyvault.azure.upbound.io_vaults.yaml
      version: v1beta2
    - file: keyvault.azure.upbound.io_keys.yaml
      version: v1beta2
    - file: keyvault.azure.upbound.io_accesspolicies.yaml
      version: v1beta2

How could Crossplane help solve your problem?

dunno, if it's feasible, or if the tools is designed for this

@DrummyFloyd DrummyFloyd added the enhancement New feature or request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant