mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 05:22:27 +00:00
🔨 Add tap.dashboard.streamingType
helm value (#1783)
* 🔨 Add `tap.dashboard.streamingType` helm value * 🔨 Add `streamingType` to tap config * 🔨 Adjust `REACT_APP_STREAMING_TYPE` front env value * 🔨 Use default empty string for `streamingType` value
This commit is contained in:
committed by
GitHub
parent
88f43b94d9
commit
349d8b07df
@@ -198,7 +198,8 @@ type RoutingConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type DashboardConfig struct {
|
type DashboardConfig struct {
|
||||||
CompleteStreamingEnabled bool `yaml:"completeStreamingEnabled" json:"completeStreamingEnabled" default:"true"`
|
StreamingType string `yaml:"streamingType" json:"streamingType" default:""`
|
||||||
|
CompleteStreamingEnabled bool `yaml:"completeStreamingEnabled" json:"completeStreamingEnabled" default:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type FrontRoutingConfig struct {
|
type FrontRoutingConfig struct {
|
||||||
|
@@ -42,6 +42,8 @@ spec:
|
|||||||
{{- else -}}
|
{{- else -}}
|
||||||
true
|
true
|
||||||
{{- end }}'
|
{{- end }}'
|
||||||
|
- name: REACT_APP_STREAMING_TYPE
|
||||||
|
value: '{{ default "" (((.Values).tap).dashboard).streamingType }}'
|
||||||
- name: REACT_APP_AUTH_SAML_IDP_METADATA_URL
|
- name: REACT_APP_AUTH_SAML_IDP_METADATA_URL
|
||||||
value: '{{ not (eq .Values.tap.auth.saml.idpMetadataUrl "") | ternary .Values.tap.auth.saml.idpMetadataUrl " " }}'
|
value: '{{ not (eq .Values.tap.auth.saml.idpMetadataUrl "") | ternary .Values.tap.auth.saml.idpMetadataUrl " " }}'
|
||||||
- name: REACT_APP_TIMEZONE
|
- name: REACT_APP_TIMEZONE
|
||||||
|
Reference in New Issue
Block a user