Skip to content

WikiJS locales not loading #7230

Closed Answered by fnafox
L-Clem asked this question in Help / Questions
Jun 20, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

config.yml needs to contain offline: true for sideload to work, i suggest creating a configmap with your custom config and mounting it in the deployment. After that your sideload approach should work fine!

spec:
  template:
    spec:
      volumes:
        - name: wiki-conf
          configMap:
            name: wiki-conf
      containers:
        - name: wiki
          volumeMounts:
            - name: wiki-conf
              mountPath: /wiki/config.yml
              subPath: config.yml

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@L-Clem
Comment options

@L-Clem
Comment options

Answer selected by L-Clem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants