Skip to content

feat(chart): add extraInitContainers, extraVolumes, extraVolumeMounts… - #284

Open
ravibagri5 wants to merge 1 commit into
crossplane-contrib:mainfrom
ravibagri5:feat/chart-extra-init-and-mounts
Open

feat(chart): add extraInitContainers, extraVolumes, extraVolumeMounts…#284
ravibagri5 wants to merge 1 commit into
crossplane-contrib:mainfrom
ravibagri5:feat/chart-extra-init-and-mounts

Conversation

@ravibagri5

Copy link
Copy Markdown
Contributor

Related to #283

Adds four opt-in Helm values to templates/deployment.yaml so operators can extend the pod without forking the chart:

  • app.extraInitContainers — appended after the built-in wait-for-db init container (still rendered when database.enabled: false).
  • app.extraVolumes / app.extraVolumeMounts — merged with the built-in logs emptyDir and mounted on the main container.
  • app.automountServiceAccountToken — only emitted when explicitly set, so existing installs are unchanged.

…, automountServiceAccountToken

Signed-off-by: Ravi Bagri <ravibagri2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant