We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: