Skip to content

Commit

Permalink
Fix monitoring operator chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 10, 2024
1 parent 18d2e3c commit 2f883af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/monitoring-operator/templates/platform-ca-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{- include "monitoring-operator.labels" . | nindent 4 }}
data:
tls.crt: {{ .Values.platform.caBundle }}
stringData: {{ dict "tls.crt" .Values.platform.caBundle | toJson }}
{{- end }}

0 comments on commit 2f883af

Please sign in to comment.