-
Currently, people deploying on Kubernetes need to clone the opendistro-build repo and use the Helm package command to create their own Helm chart. Many (most?) other projects make their (already-buil…
-
**What steps did you take and what happened:**
I am trying to change to storage class of azure disk from LRS to ZRS or from storage to another using name: change-storage-class-config option in ve…
-
source: https://github.com/nirmata/kyverno-notation-aws/issues/124#issuecomment-1902175459
There's no actual release of helm chart done despite the fact that some preparation are done for it - it's …
-
Currently all Kubernetes resources created by the demo will have a name that is prefixed by the demo's release name. This pattern is typical for many, but not all Helm charts.
The demo is a rather …
-
Sometimes the PolicyException get's deployed to k8s after the pod has already been modified by kyverno.
So we should probably get the PolicyExceptions deployed first.
Maybe via Helm-Hooks & Sync…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
*…
-
We use Helm-Hooks, especially a "pre-install" hook, as a part of our deployments that works well with Helm version **3.13.3**. The goal of this pre-install hook/job is to mount the filesystem, do some…
-
**Describe the bug**
After 2 days of running loki helm chart, we are getting the error ""
This is the logs from loki-read:
![image](https://github.com/grafana/loki/assets/74816985/01384f73-2d6…
-
Description:
The VolSync controller pod in the common namespace spawns jobs across both primary and secondary sites for replication. However, these spawned jobs lack an imagePullSecret, which leads t…
-
If you have a chartmuseum repo with a self-signed certificate, you can add it using
```
helm repo add --insecure-skip-tls-verify example https://chartmuseum.example.com
```
Expected behaviour…