Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm deployment: rules-engine service omits kuiper-connections and kuipers-sources volumes #158

Closed
bnevis-i opened this issue Dec 2, 2022 · 0 comments · Fixed by #165
Closed
Labels
bug Something isn't working

Comments

@bnevis-i
Copy link
Collaborator

bnevis-i commented Dec 2, 2022

🐞 Bug Report

Affected Services [REQUIRED]

EdgeX helm chart

Description and Minimal Reproduction [REQUIRED]

The secure deployment of the helm chart omits the kuiper-connections and kuiper-sources volumes

From edgex-compose's add-secure-mqtt-messagebus.yml:

  rulesengine:
    entrypoint: [ "/edgex-init/kuiper_wait_install.sh" ]
    env_file:
      - common-sec-stage-gate.env
    volumes:
      - kuiper-sources:/kuiper/etc/sources:z
      - kuiper-connections:/kuiper/etc/connections:z
      - edgex-init:/edgex-init:ro,z
    depends_on:
      - security-bootstrapper
      - secretstore-setup
      - database

The above volumes are missing from the EdgeX helm chart.

@bnevis-i bnevis-i added the bug Something isn't working label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant