oceanbase / obdeploy

A deployer and package manager for OceanBase open-source software.
https://open.oceanbase.com
GNU General Public License v3.0
87 stars 132 forks source link

[Bug]: typo `depeneds` in example `/usr/obd/example/all-components.yaml` #163

Closed tulequ closed 1 year ago

tulequ commented 1 year ago

Check Before Asking

Environment

I was follow that example, and it wasn't working until found this issue
It should be `depends`
https://github.com/search?q=repo%3Aoceanbase%2Fobdeploy%20depeneds&type=code

Fast Reproduce Steps

Deploy /usr/obd/example/all-components.yaml or all-components-min.yaml

Actual Behavior

[ERROR] OBD-1009: x.x.x.x ocp-express need config: ['jdbc_url', 'jdbc_password', 'jdbc_username', 'ob_cluster_id', 'root_sys_password', 'server_addresses', 'agent_username', 'agent_password']

Expected Behavior

No response

Other Information

No response