permitio / opal-helm-chart

You know, for Kubernetes
Apache License 2.0
21 stars 22 forks source link

Make client healthy out of the box + other small improvements #42

Closed roekatz closed 1 year ago

roekatz commented 1 year ago
  1. Disable DATA_UPDATER if no dataConfigSources (Client can't be healthy if data updater is enabled with there are no dataConfigSources)
  2. Add missing fields in dataConfigSources.config.entries
  3. Make dataConfigSources empty by default (dummy external_source_url was causing exceptions in client)
  4. Add inline examples for other dataConfigSources configuration options.
  5. Rename repo to permitio so full chart name would be permitio/opal instead of opal.
  6. Use opal as release name instead of myopal.
  7. Don't actually pass dummy variable to extraEnv - use inline commented example instead