8.4 Environment Variables

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Environment Variables are non-sensitive entries scoped to a specific environment.

Use Environment Variables for:

  • host URLs per stage,
  • toggles per environment,
  • environment-specific deployment options.

Characteristics:

  • Injected only for selected environment execution.
  • Useful for stage-dependent runtime behavior without duplicating blueprints.

When to choose Environment Variable:

  • Value differs by environment and is non-sensitive.
  • You want clean separation between shared defaults and per-stage behavior.