Skip to content

Inconsistent handling of default values for config variables in clusters-service #415

@foot

Description

@foot

Problems:

  • Hard to figure out a default value of an env var sometimes
  • Have to specify 10 env vars to run the cluster-service locally.

There are defaults:

  • in the helm chart
  • in the code if no env var value is set (if getenv("RUNTIME_NAMESPACE") == "" { ns = "default" })

Would be nice to reconcile these and have a single source of truth for default values. Which might be hard to do across both helm-charts and goland

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions