Skip to content

Conversation

Jaydee94
Copy link

This Commit introduces two new helm values for configuring extraVolumeMounts and additonal curl options for the install-plugins initContainer. The values can be used to mount additonal CABundles into the install-plugins container. With curlOpts the mounted CABundle can be used in the shell script that invokes curl to download the plugins.

For example:

plugins:
  curlOpts: "--cacert=/certs/myCABundle.crt" 
  extraVolumeMounts:
    - mountPath: /certs/myCABundle.crt 
      subPath: myCABundle.crt 
      name: my-ca-bundle

Please ensure your pull request adheres to the following guidelines:

  • explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make
  • Document your Changes in the CHANGELOG.md file of the respected chart as well as the Chart.yaml

Jaydee94 added 2 commits August 27, 2025 14:43
…install

This Commit introduces two new helm values for configuring
extraVolumeMounts and additonal curl options for the install-plugins
initContainer. The values can be used to mount additonal CABundles into
the install-plugins container. With curlOpts the mounted CABundle can be
used in the shell script that invokes curl to download the plugins.

For example:

plugins.curlOpts: "--cacert=/certs/myCABundle.crt"
plugins.extraVolumeMounts:
  - mountPath: /certs/myCABundle.crt
    subPath: myCABundle.crt
    name: my-ca-bundle
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