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

feat(kcl): switch to kcl #43

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat(kcl): switch to kcl #43

wants to merge 2 commits into from

Conversation

haarchri
Copy link
Member

@haarchri haarchri commented Jul 18, 2024

Description of your changes

  • switch to kcl
  • delete xInit abstraction
  • delete xCore abstraction
  • move gcp workload identity to own repo
  • prepare for spaces 1.6.0 release
  • cleanup (crossplane + providers)

ToDo

  • conditionals not working without lambda
  • gcp network, cluster
  • azure network, cluster
  • make file updates to generate apis/composition.yaml
  • make all repositories configurable for disconnected environments

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

Signed-off-by: Christopher Haar <[email protected]>
@haarchri haarchri marked this pull request as draft July 18, 2024 10:48
Signed-off-by: Christopher Haar <[email protected]>
resourceInclusions: get(oxr, "spec.parameters.operators.argocd.resourceInclusions", "")
},
}
} if get(_ocds, "kubernetes.Resource", {}) and get(oxr, "spec.parameters.operators.argocd.enabled", "") and all_true([
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add an OR to prevent deletion when kubernetes cluster switched back to false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant