You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will install the opc router with standard settings, as a service with a seperate mongodb container. The mongodb won't require authentification, which is not recommended. Accepting the [End User License Agreement](https://www.opc-router.com/terms-of-use-and-eula/) by setting `I_do_accept_the_EULA` to true is required for the OPCRouter to run.
65
76
66
77
To deploy this chart with password authetification use this command:
@@ -76,7 +87,7 @@ Keep in mind that the root password and replicaset key can't be changed once set
76
87
## **Uninstalling**
77
88
The chart with the name `my-opcrouter` can simply be uninstalled by executing:
78
89
```shell
79
-
$ helm uninstall my-opcrouter
90
+
helm uninstall my-opcrouter
80
91
```
81
92
However, keep in mind that the persitant volumes of the mongodb container don't get deleted by this. When reinstalling the chart under the same name you will have to use the previous mongodb root password and replica set key or delete the persistant volume beforehand.
82
93
@@ -161,9 +172,9 @@ envVars:
161
172
```
162
173
A helm install command can also be issued with specifiying multiple environment variables:
0 commit comments