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
The command deploys a Kubernetes license proxyserver on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -81,20 +81,22 @@ The following table lists the configurable parameters of the `license-proxyserve
81
81
| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | <code>{}</code> |
82
82
| platform.baseURL || <code>""</code> |
83
83
| platform.token || <code>""</code> |
84
+
| platform.tokenSecretName || <code>""</code> |
84
85
| licenses | Offline licenses for various products. Get a license by following the steps from [here](https://license-issuer.appscode.com/). <br> Example: <br> `helm install appscode/license-proxyserver \` <br> `--set-file licenses.key1=/path/to/license/file1 \` <br> `--set-file licenses.key2=/path/to/license/file2`| <code>{}</code> |
85
86
| encodedLicenses | Offline licenses for various products. Get a license by following the steps from [here](https://license-issuer.appscode.com/). <br> Example: <br> `helm install appscode/license-proxyserver \` <br> `--set licenses.key1=base64_encoded(/path/to/license/file1) \` <br> `--set licenses.key2=base64_encoded(/path/to/license/file2)`| <code>{}</code> |
86
87
| hubKubeconfigSecretName | Name of OCM Hub Kubeconfig secret | <code>""</code> |
88
+
| clusterName | We need to pass the cluster name because the OCM-MC host cluster doesn't have Klusterlet object. | <code>""</code> |
87
89
88
90
89
91
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
0 commit comments