mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update helm docs from VictoriaMetrics/helm-charts@ae2dabc (#7522)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Co-authored-by: AndrewChubatiuk <3162380+AndrewChubatiuk@users.noreply.github.com>
This commit is contained in:
parent
8b0f5b2315
commit
254d9e2729
16 changed files with 108 additions and 43 deletions
|
@ -1,6 +1,7 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
- TODO
|
- Removed redundant `VECTOR_SELF_NODE_NAME` env variable from vector values. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1727).
|
||||||
|
- Added Vector dashboard. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1721).
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
|
|
|
@ -270,7 +270,7 @@ Change the values according to the need of the environment in ``victoria-logs-si
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Global name override</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1121,13 +1121,22 @@ readOnlyRootFilesystem: true
|
||||||
<td>vector</td>
|
<td>vector</td>
|
||||||
<td>object</td>
|
<td>object</td>
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||||
<code class="language-yaml">customConfig:
|
<code class="language-yaml">containerPorts:
|
||||||
|
- containerPort: 9090
|
||||||
|
name: prom-exporter
|
||||||
|
protocol: TCP
|
||||||
|
customConfig:
|
||||||
api:
|
api:
|
||||||
address: 127.0.0.1:8686
|
address: 127.0.0.1:8686
|
||||||
enabled: false
|
enabled: false
|
||||||
playground: true
|
playground: true
|
||||||
data_dir: /vector-data-dir
|
data_dir: /vector-data-dir
|
||||||
sinks:
|
sinks:
|
||||||
|
exporter:
|
||||||
|
address: 0.0.0.0:9090
|
||||||
|
inputs:
|
||||||
|
- internal_metrics
|
||||||
|
type: prometheus_exporter
|
||||||
vlogs:
|
vlogs:
|
||||||
api_version: v8
|
api_version: v8
|
||||||
compression: gzip
|
compression: gzip
|
||||||
|
@ -1146,6 +1155,8 @@ readOnlyRootFilesystem: true
|
||||||
VL-Time-Field: timestamp
|
VL-Time-Field: timestamp
|
||||||
type: elasticsearch
|
type: elasticsearch
|
||||||
sources:
|
sources:
|
||||||
|
internal_metrics:
|
||||||
|
type: internal_metrics
|
||||||
k8s:
|
k8s:
|
||||||
type: kubernetes_logs
|
type: kubernetes_logs
|
||||||
transforms:
|
transforms:
|
||||||
|
@ -1158,13 +1169,10 @@ readOnlyRootFilesystem: true
|
||||||
type: remap
|
type: remap
|
||||||
dataDir: /vector-data-dir
|
dataDir: /vector-data-dir
|
||||||
enabled: false
|
enabled: false
|
||||||
env:
|
|
||||||
- name: VECTOR_SELF_NODE_NAME
|
|
||||||
valueFrom:
|
|
||||||
fieldRef:
|
|
||||||
fieldPath: spec.nodeName
|
|
||||||
existingConfigMaps:
|
existingConfigMaps:
|
||||||
- vl-config
|
- vl-config
|
||||||
|
podMonitor:
|
||||||
|
enabled: false
|
||||||
resources: {}
|
resources: {}
|
||||||
role: Agent
|
role: Agent
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
## 0.14.7
|
||||||
|
|
||||||
|
**Release date:** 2024-11-12
|
||||||
|
|
||||||
|
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
- set default DNS domain to `cluster.local.`
|
- set default DNS domain to `cluster.local.`
|
||||||
- updated common dependency 0.0.19 -> 0.0.23
|
- updated common dependency 0.0.19 -> 0.0.23
|
||||||
|
- added template for configmap name
|
||||||
|
- fixed statefulset variable name typo
|
||||||
|
|
||||||
## 0.14.6
|
## 0.14.6
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.6](https://img.shields.io/badge/Version-0.14.6-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.14.7](https://img.shields.io/badge/Version-0.14.7-informational?style=flat-square)
|
||||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-agent)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-agent)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -597,7 +597,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Overrides the fullname prefix</p>
|
<td><p>Override resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -924,7 +924,7 @@ name: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Overrides fullname suffix</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1166,9 +1166,9 @@ periodSeconds: 15
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>remoteWrite</td>
|
<td>remoteWrite</td>
|
||||||
<td>string</td>
|
<td>list</td>
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
|
||||||
<code class="language-yaml">null
|
<code class="language-yaml">[]
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
## 0.12.5
|
||||||
|
|
||||||
|
**Release date:** 2024-11-12
|
||||||
|
|
||||||
|
![AppVersion: v1.106.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.106.0&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
- changed `alertmanager.podMetadata.labels` to `alertmanager.podLabels`
|
- changed `alertmanager.podMetadata.labels` to `alertmanager.podLabels`
|
||||||
- changed `alertmanager.podMetadata.annotations` to `alertmanager.podAnnotations`
|
- changed `alertmanager.podMetadata.annotations` to `alertmanager.podAnnotations`
|
||||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||||
- set default DNS domain to `cluster.local.`
|
- set default DNS domain to `cluster.local.`
|
||||||
- updated common dependency 0.0.19 -> 0.0.23
|
- updated common dependency 0.0.19 -> 0.0.23
|
||||||
|
- added template for configmap name. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1734)
|
||||||
|
|
||||||
## 0.12.4
|
## 0.12.4
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.12.5](https://img.shields.io/badge/Version-0.12.5-informational?style=flat-square)
|
||||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-alert)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-alert)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
|
|
||||||
|
@ -273,6 +273,17 @@ route:
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Extra Volumes for the pod</p>
|
<td><p>Extra Volumes for the pod</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>alertmanager.fullnameOverride</td>
|
||||||
|
<td>string</td>
|
||||||
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
|
<code class="language-yaml">""
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</td>
|
||||||
|
<td><p>Override Alertmanager resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -891,6 +902,17 @@ name: ""
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Existing secret name</p>
|
<td><p>Existing secret name</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>nameOverride</td>
|
||||||
|
<td>string</td>
|
||||||
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
|
<code class="language-yaml">""
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</td>
|
||||||
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1087,7 +1109,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name prefix override</p>
|
<td><p>Override vmalert resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1234,18 +1256,7 @@ variant: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Override fullname suffix</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>server.nameOverride</td>
|
|
||||||
<td>string</td>
|
|
||||||
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
|
||||||
<code class="language-yaml">""
|
|
||||||
</code>
|
|
||||||
</pre>
|
|
||||||
</td>
|
|
||||||
<td><p>Full name suffix override</p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
## 1.6.4
|
||||||
|
|
||||||
|
**Release date:** 2024-11-12
|
||||||
|
|
||||||
|
![AppVersion: v1.18.1](https://img.shields.io/static/v1?label=AppVersion&message=v1.18.1&color=success&logo=)
|
||||||
|
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
|
||||||
|
|
||||||
|
- Upgraded [`vmanomaly`](https://docs.victoriametrics.com/anomaly-detection/) to [1.18.1](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1181)
|
||||||
- use common templates
|
- use common templates
|
||||||
- set default DNS domain to `cluster.local.`
|
- set default DNS domain to `cluster.local.`
|
||||||
- added podLabels and podAnnotations to add extra pod labels and annotations
|
- added podLabels and podAnnotations to add extra pod labels and annotations
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![Version: 1.6.3](https://img.shields.io/badge/Version-1.6.3-informational?style=flat-square)
|
![Version: 1.6.4](https://img.shields.io/badge/Version-1.6.4-informational?style=flat-square)
|
||||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-anomaly)
|
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-anomaly)
|
||||||
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
|
||||||
[![GitHub license](https://img.shields.io/github/license/VictoriaMetrics/VictoriaMetrics.svg)](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
|
[![GitHub license](https://img.shields.io/github/license/VictoriaMetrics/VictoriaMetrics.svg)](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
|
||||||
|
@ -451,7 +451,7 @@ tenant_id: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name prefix override</p>
|
<td><p>Override resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -621,7 +621,7 @@ name: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name suffix override</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -278,7 +278,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name prefix override</p>
|
<td><p>Override resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -613,7 +613,7 @@ name: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name suffix override</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -683,7 +683,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>VMAuth container name</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1486,7 +1486,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>VMInsert name</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2334,7 +2334,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>VMSelect container name</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -3205,7 +3205,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>VMStorage container name</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
- TODO
|
- Disabled impact of `<component>.name` on resource name to avoid confusion
|
||||||
|
- Fixed `vm.app.name` template for appCtx that contains slice
|
||||||
|
|
||||||
## 0.0.23
|
## 0.0.23
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- set default DNS domain to `cluster.local.`
|
- set default DNS domain to `cluster.local.`
|
||||||
- updated common dependency 0.0.19 -> 0.0.23
|
- updated common dependency 0.0.19 -> 0.0.23
|
||||||
|
- added template for configmap name
|
||||||
|
|
||||||
## 0.5.5
|
## 0.5.5
|
||||||
|
|
||||||
|
|
|
@ -368,7 +368,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name prefix</p>
|
<td><p>Override resources fullname</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -626,7 +626,7 @@ name: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Full name suffix</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
- fix Deployment/StatefulSets when `serviceAccount.name` is empty and `serviceAccount.create: false`. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1683).
|
||||||
- set default DNS domain to `cluster.local.`
|
- set default DNS domain to `cluster.local.`
|
||||||
- updated common dependency 0.0.19 -> 0.0.23
|
- updated common dependency 0.0.19 -> 0.0.23
|
||||||
|
- added back `crds.enabled: false` option, which disables CRD creation, but due to limitation of dependencies condition it allows to disable only in combination with `crds.plain: false`
|
||||||
|
|
||||||
## 0.37.0
|
## 0.37.0
|
||||||
|
|
||||||
|
|
|
@ -348,6 +348,17 @@ requests:
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Cleanup hook resources</p>
|
<td><p>Cleanup hook resources</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>crds.enabled</td>
|
||||||
|
<td>bool</td>
|
||||||
|
<td><pre class="helm-vars-default-value" language-yaml" lang="">
|
||||||
|
<code class="language-yaml">true
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</td>
|
||||||
|
<td><p>manages CRD creation. Disables CRD creation only in combination with <code>crds.plain: false</code> due to helm dependency conditions limitation</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -468,7 +479,7 @@ requests:
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Overrides the full name of server component</p>
|
<td><p>Overrides the full name of server component resources</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -616,7 +627,7 @@ variant: ""
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>VM operatror deployment name override</p>
|
<td><p>Override chart name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -606,7 +606,7 @@ loggerFormat: json
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td><p>Server resource name prefix</p>
|
<td><p>Override default <code>app</code> label name</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue