helm dep update xos-core helm install -n xos-core xos-core
We highly suggest to override the default values of
xosAdminUser
andxosAdminPassword
with custom values
You can do it using a values.yaml
file or using this command:
helm install -n xos-core xos-core --set xosAdminUser=MyUser --set xosAdminPassword=MySuperSecurePassword
Some flavors of XOS require kafka, to install it please follow refer to the kafka instructions.