Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.11 KB

File metadata and controls

56 lines (35 loc) · 2.11 KB

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