Skip to content

Commit

Permalink
fix: minio user and patch only if tracing backend is set as minio
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Dec 18, 2023
1 parent b71430f commit d3ca190
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ configMapGenerator:
files:
- patches/tempo.yaml

{{- if eq .spec.distribution.modules.tracing.tempo.backend "minio" }}
secretGenerator:
- name: minio-tracing
namespace: tracing
behavior: replace
envs:
- patches/minio.root.env
- patches/minio.root.env
{{- end }}

0 comments on commit d3ca190

Please sign in to comment.