Fix HELM_DRIVER docs for sql option

Option that works is `sql`, not `postgres`.

Probably not a commonly used value, since no one has caught this until now.

Signed-off-by: Ed Carrel <edward@carrel.org>
pull/10076/head
Ed Carrel 3 years ago committed by Ed Carrel
parent a9c957d35b
commit bc1fefa9f3

@ -51,7 +51,7 @@ Environment variables:
| $HELM_CONFIG_HOME | set an alternative location for storing Helm configuration. |
| $HELM_DATA_HOME | set an alternative location for storing Helm data. |
| $HELM_DEBUG | indicate whether or not Helm is running in Debug mode |
| $HELM_DRIVER | set the backend storage driver. Values are: configmap, secret, memory, postgres |
| $HELM_DRIVER | set the backend storage driver. Values are: configmap, secret, memory, sql. |
| $HELM_DRIVER_SQL_CONNECTION_STRING | set the connection string the SQL storage driver should use. |
| $HELM_MAX_HISTORY | set the maximum number of helm release history. |
| $HELM_NAMESPACE | set the namespace used for the helm operations. |

Loading…
Cancel
Save