We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EdgeX helm chart
The secure deployment of the helm chart omits the kuiper-connections and kuiper-sources volumes
From edgex-compose's add-secure-mqtt-messagebus.yml:
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐞 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
:The above volumes are missing from the EdgeX helm chart.
The text was updated successfully, but these errors were encountered: