chore(charts): add readme and a script to sync changes
This commit is contained in:
parent
2d67c96553
commit
beb5a238e7
|
@ -0,0 +1,3 @@
|
|||
# Sync changes to emqx-enterprise
|
||||
|
||||
When making changes in charts, please update `emqx` charts and run `./sync-enterprise.sh`.
|
|
@ -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
|
Loading…
Reference in New Issue