We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4af973 + 6ba9bb1 commit 96430fcCopy full SHA for 96430fc
1 file changed
charts/lightstepsatellite/templates/deployment.yaml
@@ -65,8 +65,10 @@ spec:
65
fieldRef:
66
fieldPath: metadata.name
67
{{- end }}
68
+ {{- if not (kindIs "invalid" .Values.lightstep.bytes_per_project) }}
69
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT
70
value: {{ .Values.lightstep.bytes_per_project | quote }}
71
+ {{- end }}
72
{{- if .Values.lightstep.bytes_per_project_override }}
73
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT_OVERRIDES
74
value: {{ .Values.lightstep.bytes_per_project_override | toJson | quote }}
0 commit comments