Skip to content

Commit

Permalink
Fix supportbundle secret syntax (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Aug 7, 2023
1 parent 7f613ad commit d22d976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chart/templates/replicated-sdk-supportbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ stringData:
- logs:
collectorName: replicated-sdk-logs
selector:
{{- include "replicated-sdk.labels" . | nindent 14 }}
{{- range $k, $v := (include "replicated-sdk.labels" . | fromYaml) }}
- {{ $k }}={{ $v }}
{{- end }}
name: replicated-sdk/logs

0 comments on commit d22d976

Please sign in to comment.