charts
charts copied to clipboard
The "Cloud Posse" Distribution of Kubernetes Applications
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding...
I used the bastion incubator helm chart from here and deployed on K8s and tried to connect to it using below commands but getting permission denied always. ```1. Get the...
Found a bug with my previous feature. If you specified *only* a secretKeyRef, and not an accompanying fieldRef, the `env:` tag would be missing in the yaml section, causing invalid...
## Environment Chart: incubator/monochart v0.25.0 ## What I expect If I use the following in values.yaml ``` dockercfg: enabled: true image: pullSecret: registry: foo username: bar password: baz ... ```...
Hi, I've managed to install the chart and make it work with the latest letsencrypt (had to create RBAC stuff and set the letsencrypt_ca to `https://acme-v02.api.letsencrypt.org/directory` to avoid an "ACME...
The chart has hardcoded the namespace to use (`monitoring`) in the ServiceAccountBinding, making the image to fail when it tries to create the CRD. ``` error running app: error creating...
As in the `values.yaml` use the `$port.internal` variable to set the target port instead of using the `$name`. This is a more clear and easy way to understand how the...
Would be nice to support initContainers in monochart Thanks
`{{ requiredEnv "RELEASE_NAME" }}` used in the file values.example.yam in monochartl, but I think this is typically a Helmfile-thing and can't be used in a Helm values file. ``` [...]...
When I try to install or template monochart I get the following errors ``` coalesce.go:165: warning: skipped value for configMaps: Not a table. coalesce.go:165: warning: skipped value for secrets: Not...