Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

[Sonarqube] Introduce extra mounts for install-plugins init container #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jordanjean
Copy link

This PR makes it possible to add volume mounts in the init container retrieving and installing plugins. It is especially useful to mount CA certificates in the container so that it is able to retrieve plugins from a repository using private PKI certificate, for instance:

persistence:
  volumes:  # Value already available
  - name: my-ca-trust
    hostPath:
      path: "/etc/ssl/certs"

plugins:
  mounts:
  - name: my-ca-trust
    mountPath: /etc/ssl/certs
    readOnly: true

@jordanjean jordanjean changed the title Introduce extra mounts for install-plugins init container [Sonarqube] Introduce extra mounts for install-plugins init container Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant