https://github.com/kubereboot/charts
Helm charts for kubereboot org (kured)
https://github.com/kubereboot/charts
helm kubernetes kured reboot
Last synced: 5 months ago
JSON representation
Helm charts for kubereboot org (kured)
- Host: GitHub
- URL: https://github.com/kubereboot/charts
- Owner: kubereboot
- License: apache-2.0
- Created: 2022-09-19T12:35:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:18:33.000Z (about 2 years ago)
- Last Synced: 2024-04-12T20:44:09.047Z (about 2 years ago)
- Topics: helm, kubernetes, kured, reboot
- Language: Mustache
- Homepage:
- Size: 432 KB
- Stars: 26
- Watchers: 6
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubereboot charts
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fcharts?ref=badge_shield)
[](https://github.com/kubereboot/charts/actions)
## Usage
Add the repo (only needed if you want to use the classical approach without using the [OCI registry](https://helm.sh/docs/topics/registries/)):
```
helm repo add kubereboot https://kubereboot.github.io/charts
```
## Charts
- [kured](https://github.com/kubereboot/charts/tree/main/charts/kured)
### Overriding kured options with environment variables
Kured supports overriding most configuration options using environment variables. The convention is:
- The environment variable name is the CLI flag name, uppercased, with dashes replaced by underscores, and prefixed with `KURED_`.
- For example:
- `slackHookUrl` → `KURED_SLACK_HOOK_URL`
- `notifyUrl` → `KURED_NOTIFY_URL`
- `rebootSentinel` → `KURED_REBOOT_SENTINEL`
This is especially useful for injecting sensitive values (such as webhook URLs) from Kubernetes secrets. You can use the `extraEnvVars` section in `values.yaml` to add these environment variables, for example:
```yaml
extraEnvVars:
- name: KURED_NOTIFY_URL
valueFrom:
secretKeyRef:
name: my-secret
key: notify-url
```
See the Kured [Repository](https://github.com/kubereboot/kured) and [Documentation](https://kured.dev) for more details.
## Contributing
Please refer to the [Kured Contribution guidelines](https://github.com/kubereboot/kured/blob/main/CONTRIBUTING.md).
## Code of conduct
Please refer to the [Code of Conduct guidelines](https://github.com/kubereboot/kured/blob/main/README.md).
## Security
Please refer to the [Security process](https://github.com/kubereboot/kured/blob/main/README.md).
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkubereboot%2Fcharts?ref=badge_large)