Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Oct 30, 2024
1 parent bc3a95f commit 750e409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions crd-docs/cr/kiali.io_v1alpha1_kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ spec:
pod_labels:
sidecar.istio.io/inject: "true"
priority_class_name: ""
remote_cluster_resources_only: false
replicas: 1
# default: resources is undefined
resources:
Expand Down
3 changes: 3 additions & 0 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ spec:
priority_class_name:
description: "The priorityClassName used to assign the priority of the Kiali pod."
type: string
remote_cluster_resources_only:
description: "When `true`, only those resources necessary for a remote Kiali Server to access this cluster are created (such as the service account and roles/bindings). There will be no Kiali Server deployment/pod created when this is `true`."
type: boolean
replicas:
description: "The replica count for the Kiail deployment. If `deployment.hpa` is specified, this setting is ignored."
type: integer
Expand Down

0 comments on commit 750e409

Please sign in to comment.