Merge pull request #9431 from hashicorp/gen-docs2
Ensure type shown for maps in k8s docs
This commit is contained in:
commit
45bfa8101d
|
@ -450,7 +450,7 @@ and consider if they're appropriate for your deployment.
|
||||||
Kubernetes `priorityClassName` (https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority)
|
Kubernetes `priorityClassName` (https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority)
|
||||||
that can be assigned to server pods.
|
that can be assigned to server pods.
|
||||||
|
|
||||||
- `extraLabels` ((#v-server-extralabels)) - Extra labels to attach to the server pods. This should be a YAML map.
|
- `extraLabels` ((#v-server-extralabels)) (`map`) - Extra labels to attach to the server pods. This should be a YAML map.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
@ -478,7 +478,7 @@ and consider if they're appropriate for your deployment.
|
||||||
"annotation-key": "annotation-value"
|
"annotation-key": "annotation-value"
|
||||||
```
|
```
|
||||||
|
|
||||||
- `extraEnvironmentVars` ((#v-server-extraenvironmentvars)) - A list of extra environment variables to set within the stateful set.
|
- `extraEnvironmentVars` ((#v-server-extraenvironmentvars)) (`map`) - A list of extra environment variables to set within the stateful set.
|
||||||
These could be used to include proxy settings required for cloud auto-join
|
These could be used to include proxy settings required for cloud auto-join
|
||||||
feature, in case kubernetes cluster is behind egress http proxies. Additionally,
|
feature, in case kubernetes cluster is behind egress http proxies. Additionally,
|
||||||
it could be used to configure custom consul parameters.
|
it could be used to configure custom consul parameters.
|
||||||
|
@ -669,7 +669,7 @@ and consider if they're appropriate for your deployment.
|
||||||
"sample/annotation2": "bar"
|
"sample/annotation2": "bar"
|
||||||
```
|
```
|
||||||
|
|
||||||
- `extraEnvironmentVars` ((#v-client-extraenvironmentvars)) - A list of extra environment variables to set within the stateful set.
|
- `extraEnvironmentVars` ((#v-client-extraenvironmentvars)) (`map`) - A list of extra environment variables to set within the stateful set.
|
||||||
These could be used to include proxy settings required for cloud auto-join
|
These could be used to include proxy settings required for cloud auto-join
|
||||||
feature, in case kubernetes cluster is behind egress http proxies. Additionally,
|
feature, in case kubernetes cluster is behind egress http proxies. Additionally,
|
||||||
it could be used to configure custom consul parameters.
|
it could be used to configure custom consul parameters.
|
||||||
|
|
Loading…
Reference in New Issue