Skip to content

Add possibly to mount custom secrets#6

Open
janwels89 wants to merge 1 commit into
la-cc:mainfrom
janwels89:main
Open

Add possibly to mount custom secrets#6
janwels89 wants to merge 1 commit into
la-cc:mainfrom
janwels89:main

Conversation

@janwels89
Copy link
Copy Markdown

@janwels89 janwels89 commented Jun 10, 2025

This change allows to mount custom secrets in to the anything-llm container

I needed this to apply a custom root ca via NODE_EXTRA_CA_CERTS

example values file:

persistence:
  enabled: true
  accessMode: ReadWriteOnce
  size: 10Gi
  volumes:
    - name: server-storage
      mountPath: /app/server/storage
      claimName: server-storage
    - name: ca-cert
      secretName: ca-bundle
      mountPath: /etc/ssl/certs/ca-certificates.crt
      subPath: ca-certificates.crt

config:
  NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
  

i don't know if this solution is correct, input appreciated. works for me on my cluster.

@janwels89 janwels89 changed the title Add possiblty to mount custom secrets Add possibly to mount custom secrets Jun 10, 2025
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