Skip to content

Commit 96430fc

Browse files
committed
Merge remote-tracking branch 'origin/main' into gtd.optional-replicas
2 parents f4af973 + 6ba9bb1 commit 96430fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/lightstepsatellite/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ spec:
6565
fieldRef:
6666
fieldPath: metadata.name
6767
{{- end }}
68+
{{- if not (kindIs "invalid" .Values.lightstep.bytes_per_project) }}
6869
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT
6970
value: {{ .Values.lightstep.bytes_per_project | quote }}
71+
{{- end }}
7072
{{- if .Values.lightstep.bytes_per_project_override }}
7173
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT_OVERRIDES
7274
value: {{ .Values.lightstep.bytes_per_project_override | toJson | quote }}

0 commit comments

Comments
 (0)