Skip to content

Helm chart: fix strategy indentation and envFrom default #125

Description

@jasonmadigan

Follow-up from #79 (merged).

Two issues to fix in the Helm chart:

  1. deployment.yaml: strategy at wrong indent level -- strategy: type: Recreate is under spec.template.spec (pod spec) instead of spec (deployment spec). K8s silently ignores it, so upgrades default to RollingUpdate which deadlocks with the RWO PVC. Move up two indent levels to sit alongside replicas: and selector:.

  2. values.yaml: envFrom defaults to a concrete secret -- envFrom defaults to [{secretRef: {name: existing-secret}}]. Fresh installs without overriding this fail with CreateContainerConfigError. Change default to envFrom: [] with the current content as a commented example.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions