chore(charts): add readme and a script to sync changes

This commit is contained in:
Ivan Dyachkov 2023-02-21 11:41:06 +01:00
parent 2d67c96553
commit beb5a238e7
2 changed files with 9 additions and 0 deletions

3
deploy/charts/README.md Normal file
View File

@ -0,0 +1,3 @@
# Sync changes to emqx-enterprise
When making changes in charts, please update `emqx` charts and run `./sync-enterprise.sh`.

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
sed 's|emqx/emqx|emqx/emqx-enterprise|' < emqx/values.yaml > emqx-enterprise/values.yaml
cp emqx/templates/* emqx-enterprise/templates