projectsveltos / addon-controller

Sveltos Kubernetes add-on controller programmatically deploys add-ons and applications in tens of clusters. Support for ClusterAPI powered clusters, Helm charts, kustomize ,YAMLs. Sveltos has built-in support for multi-tenancy.
https://projectsveltos.github.io/sveltos/
Apache License 2.0
252 stars 17 forks source link

FEATURE REQUEST: support for external yaml files #576

Open thecodeassassin opened 3 months ago

thecodeassassin commented 3 months ago

It would be great if the following could be done with sveltos:

kubectl apply -f https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml

currently what we do is we copy the yaml files and we put them in a configmap.

If we can point the policyRef to a URL that would make things so much easier.

rosarava commented 2 months ago

Hi, @gianlucam76! Could you assign this issue to me?