🔨 Add REACT_APP_REPLAY_DISABLED environment variable to front

This commit is contained in:
M. Mert Yildiran 2023-12-27 22:30:17 +03:00
parent c1fc4447ef
commit 2223cad038
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -28,6 +28,8 @@ spec:
value: '{{ not (eq .Values.tap.defaultFilter "") | ternary .Values.tap.defaultFilter " " }}'
- name: REACT_APP_AUTH_ENABLED
value: '{{ .Values.tap.auth.enabled }}'
- name: REACT_APP_REPLAY_DISABLED
value: '{{ .Values.tap.replayDisabled }}'
image: '{{ .Values.tap.docker.registry }}/front:{{ not (eq .Values.tap.docker.tag "") | ternary .Values.tap.docker.tag (printf "v%s" .Chart.Version) }}'
imagePullPolicy: {{ .Values.tap.docker.imagePullPolicy }}
name: kubeshark-front