Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the 0.7.0 CAST YAMLs in the maya installer
The default CAST YAMLs, StoragePool and StorageClasses installed by maya-apiserver are updated with the recent changes done to the openebs-pre-release.yaml As part of moving from the openebs/openebs repo, the following changes have been made: - use the ENV to fill up some of the default values like namespace, service account name, image ids, etc., - make the content parsable for strings from go-code, by making changes like: * Replcace back-quote ` with double quotes in jsonpath * Escape the . and " within jsonpath * replace string false with none * quote the replica count coming from env to string - removed the older/deprecated CAST YAMLs from install folder Also, updated the travis ci scripts to skip installing the pre-release.yaml. After the 0.7.0 release is done, this file can be re-enabled back Signed-off-by: kmova <[email protected]> Remove the sleep after info commands Signed-off-by: kmova <[email protected]>
- Loading branch information