Skip to content

kubereboot/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

kubereboot charts

FOSSA Status

Usage

Add the repo (only needed if you want to use the classical approach without using the OCI registry):

helm repo add kubereboot https://kubereboot.github.io/charts

Charts

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:
    • slackHookUrlKURED_SLACK_HOOK_URL
    • notifyUrlKURED_NOTIFY_URL
    • rebootSentinelKURED_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:

extraEnvVars:
  - name: KURED_NOTIFY_URL
    valueFrom:
      secretKeyRef:
        name: my-secret
        key: notify-url

See the Kured Repository and Documentation for more details.

Contributing

Please refer to the Kured Contribution guidelines.

Code of conduct

Please refer to the Code of Conduct guidelines.

Security

Please refer to the Security process.

License

FOSSA Status

About

Helm charts for kubereboot org (kured)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 17