application
application copied to clipboard
Generic helm chart for all kind of applications
See https://github.com/orgs/community/discussions/26829#discussioncomment-3253580
Preview at https://github.com/stakater/application/blob/feat/generated-readme/README.md - Generate README.md with https://github.com/norwoodj/helm-docs - Add pre-commit hook and GitHub Action run to validate README - Document the whole values file - Move some defaults from...
Remove unused fields - `ingress.pathType` - `ingress.servicePort`
When using a cronJob without configuring a serviceAccount, I get the following error under "Events" in "kubectl describe": ``` Warning FailedCreate 5m33s (x534 over 2d4h) job-controller Error creating: pods "myapp-weekly-dst-28656480-"...
**Is your feature request related to a problem? Please describe.** Some time there is a need of overriding `deployment.kind` to something like `StatefulSet` **Describe the solution you'd like** Something like...
**Describe the bug** Backup CR needs to be removed as the namespace for backup will be placed in a different namespace **To Reproduce** Steps to reproduce the behavior: 1. Go...
Based on https://kubernetes.io/docs/concepts/services-networking/ingress/
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [losisin/helm-docs-github-action](https://redirect.github.com/losisin/helm-docs-github-action) | action | minor | `v1.3.6` -> `v1.5.0` | --- ### Release...
**Is your feature request related to a problem? Please describe.** I need to deploy an app that uses 2 deployments. For now I did a multicontainer deployment but it would...