-
I want to deploy eKuiper in a Kubernetes cluster. I followed the steps in the documentation and I can't find the Helm chart named ekuiper, as mentioned in https://ekuiper.org/docs/en/latest/installati…
-
provider "helm" {
kubernetes = {
config_path = "~/.kube/config"
}
registries = [
{
url = "oci://localhost:5000"
username = "username"
password = "password"
},…
-
Hello team,
Currently it is not possible to use an existing Kubernetes Secret for the LAPI secrets. Those using CD tools such as Argo CD or Flux CD are having issues because those tools don't have th…
-
Pulumi offers two different ways of installing Helm charts - `Chart` and `Release`. The former does not install charts as helm releases, so you can't manage them using Helm after installation. The lat…
-
-
I've deployed secobserve in a kubernetes cluster by writing the required manifests. I would have appreciated a Helm chart to ease the installation.
bo0ts updated
3 months ago
-
### Is this the right issue type?
- [x] Yes, I'm planning work for this project team.
### Summary
Carrot needs to run on Kubernetes, we need to provide configuration, helm, and documentation.
### …
-
Hi Team,
We are in a process of installing admiralty through helm chart and terraform. We have already installed cert-manager through helm and terraform. But when deploying admiralty helm release is …
-
**Is your feature request related to a problem? Please describe.**
Many organizations use some variant of Kubernetes (AKS, EKS, GCP, etc) for managing their deployed containers. CitrineOS comes with …
-
**Describe the bug**
The Deployment `dify-plugin-daemon` env has a duplicate item `DB_DATABASE`
**To Reproduce**
```bash
helm install test douban/dify -n dify --version 0.6.2 --debug --dry-run
``…