Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
add workloads config to kiali
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Nov 12, 2019
1 parent b875a30 commit 1e4790b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions istio-telemetry/kiali/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ data:
cert_file: {{ .Values.kiali.security.cert_file }}
private_key_file: {{ .Values.kiali.security.private_key_file }}
{{- end}}
{{- if .Values.kiali.excludedWorkloads }}
kubernetes_config:
excluded_workloads:
{{ toYaml .Values.kiali.excludedWorkloads | indent 8 }}
{{- end -}}
7 changes: 7 additions & 0 deletions istio-telemetry/kiali/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ kiali:
enabled: false
cert_file: /kiali-cert/cert-chain.pem
private_key_file: /kiali-cert/key.pem

excludedWorkloads:
- CronJob
- Job
# - DeploymentConfig
# - ReplicationController
# - StatefulSet

0 comments on commit 1e4790b

Please sign in to comment.