Skip to content

Conversation

Komey
Copy link

@Komey Komey commented May 13, 2025

Linked issue https://github.com/orgs/portainer/discussions/9931#discussioncomment-10556329

This uses extraVolumeMounts to mount host CA to the container for trust internal root CA

# -- List of extra mounts to add (normally used with extraVolumes)
extraVolumeMounts:
- mountPath: /etc/ssl/certs/ca-certificates.crt
  name: host-ca-certificates
  readOnly: true

# -- List of extra volumes to add
extraVolumes:
- hostPath:
    path: /etc/ssl/certs/ca-certificates.crt
  name: host-ca-certificates

* Update values.yaml

* Update deployment.yaml
@GunnarGrop1
Copy link

Bump. I've had to fork this Helm chart to achieve this, since it's indeed very important to be able to trust a self signed CA, for example. For my own purposes I need this for Portainer to be able to trust my SSO platform.

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