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

Publish CRD chart as a standalone helm chart #1853

Open
aslafy-z opened this issue Nov 14, 2024 · 0 comments
Open

Publish CRD chart as a standalone helm chart #1853

aslafy-z opened this issue Nov 14, 2024 · 0 comments

Comments

@aslafy-z
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
My org prefer to install CRDs in another low number wave with ArgoCD.

Describe the solution you'd like
I'd like the CRD subchart to be available as an OCI artefact like the original chart is.

Describe alternatives you've considered
I'm currently installing them with kustomize like:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: k8saas-system
resources:
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging-extensions.banzaicloud.io_hosttailers.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_clusterflows.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_clusteroutputs.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_flows.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_fluentdconfigs.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_loggingroutes.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusterflows.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_syslogngclusteroutputs.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_syslogngconfigs.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_syslogngflows.yaml
  - https://raw.githubusercontent.com/kube-logging/logging-operator/4.11.0/charts/logging-operator/crds/logging.banzaicloud.io_syslogngoutputs.yaml
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

No branches or pull requests

1 participant