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

Add SourceNamespaces field to Project MR to be able to use Application in any namespace feature of argocd #198

Closed
smileisak opened this issue Sep 19, 2024 · 0 comments · Fixed by #199
Labels
enhancement New feature or request

Comments

@smileisak
Copy link
Contributor

What problem are you facing?

sourceNamespaces field is missing in the project configuration of the managed resource. This field should be added to support the use case of deploying applications in any namespace. Example:

apiVersion: projects.argocd.crossplane.io/v1alpha1
kind: Project
metadata:
  name: example-project
spec:
  forProvider:
    sourceNamespaces:
      - default
    projectLabels:
      argocd.crossplane.io/global-project: "true"
  providerConfigRef:
    name: argocd-provider

How could Crossplane help solve your problem?

The field should be present in the spec.forProvider.

References

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

Successfully merging a pull request may close this issue.

1 participant