Skip to content

Replace deploy script with Helm chart or Operator #223

@anfredette

Description

@anfredette

Context

Planner's Kubernetes deployment currently uses a shell script (deploy/kubernetes/deploy-all.sh) that copies YAML manifests, applies sed transforms for configuration, and runs oc apply. This works but is fragile and hard to extend.

Proposed Changes

Replace the deploy script with a Helm chart or Kubernetes Operator that provides:

  • Templated manifests with proper value overrides (no sed)
  • Standard install/upgrade/rollback lifecycle
  • Easier customization for different environments
  • Better alignment with Kubernetes ecosystem tooling

Considerations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions