RocketChat / RocketChat/Rocket.Chat

configmap "rocketchat-rocketchat-scripts" not found

Open
#30,602 7 comments 10 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

Folllowing the kubernetes install guide and I get this error in the pre-install job:

MountVolume.SetUp failed for volume "mongodb-script" : configmap "rocketchat-rocketchat-scripts" not found
Argo Application Definition
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  annotations:
    argocd.argoproj.io/sync-wave: "1"
  labels:
    dt.owner: "platform_team"
  name: rocketchat
  namespace: argocd
spec:
  source:
    repoURL: 'https://rocketchat.github.io/helm-charts'
    targetRevision: 6.4.1
    chart: rocketchat
    helm:
      values: |
        mongodb:
          auth:
            passwords:
              - rocketchat
            rootPassword: rocketchatroot
  destination:
    namespace: rocketchat
    server: 'https://kubernetes.default.svc'
  project: default
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    retry:
      limit: 5
      backoff:
        duration: 5s
        maxDuration: 3m0s
        factor: 2
    syncOptions:
      - CreateNamespace=true

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Kubernetes pre-install job and the Rocket.Chat Helm chart at targetRevision 6.4.1, then render the chart using the supplied Argo Application values. Compare the rendered resources with the missing rocketchat-rocketchat-scripts ConfigMap; done means the ConfigMap is created and the mongodb-script volume mounts successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.