helm overrides

To override default values in the helm chart you can use --set on the command line. Or you can specify a file with a list of overrides.

Installing with set overrides:
 helm install onedb2 --set hclFlexnetURL=flex-net-xxxxx --set hclFlexnetID=xxxxxxx  onedb-sql 
Installing with a overrides in a file:
helm install onedb2–f myvalues.yaml onedb-sql
File: myvalues.yaml
hclFlexnetURL:  flex-net-xxxxx 
hclFlexnetID: xxxxxx