Skip to content

Commit

Permalink
Update charts/templates/redis/secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodor authored and Harness committed Feb 7, 2025
1 parent c87d4c8 commit eb67dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/redis/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{{- if .Values.harness.flux.enabled }}
apiVersion: v1
kind: Secret
metadata:
name: argocd-redis
labels:
{{- include "harness.agentLabels" (dict "context" . "component" .Values.agent.name "name" "argocd-redis") | nindent 4 }}
namespace: {{ .Release.Namespace }}
data:
auth: {{ .Values.harness.secrets.redisPassword }}
kind: Secret
type: Opaque
{{- end }}

0 comments on commit eb67dfa

Please sign in to comment.