Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Roque committed Oct 25, 2023
1 parent db01263 commit 253e271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{- include "grafana-agent.labels" . | nindent 4 }}
data:
stringData:
logging-url: {{ .Values.loggingSecret.url }}
logging-tenant-id: {{ .Values.loggingSecret.tenantId }}
logging-username: {{ .Values.loggingSecret.username }}
Expand Down

0 comments on commit 253e271

Please sign in to comment.