Skip to content

Allow configuring additional containers in Helm chart#167

Merged
1602077 merged 4 commits intocvmfs-contrib:masterfrom
imstevenxyz:HX-2420-1
Feb 6, 2026
Merged

Allow configuring additional containers in Helm chart#167
1602077 merged 4 commits intocvmfs-contrib:masterfrom
imstevenxyz:HX-2420-1

Conversation

@imstevenxyz
Copy link
Contributor

The PR introduces the ability to configure additional containers in the controllerplugin and nodeplugin pods.

Why

For our use-case we need to run additional setup alongside cvmfs-csi. The Helm chart currently has no way of creating additional containers in the deployment of the controller plugin or the daemonset of the node plugin.

Example

The additional containers can be configured in the values file as follows:

nodeplugin:
  extraContainers:
    - name: node-sidecar-example
      image: alpine:latest
      ...

controllerplugin:
  extraContainers:
    - name: controller-sidecar-example
      image: alpine:latest
      ...

@1602077 1602077 merged commit 7813755 into cvmfs-contrib:master Feb 6, 2026
2 checks passed
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.

2 participants