Skip to content

Commit

Permalink
fix: use correct namespace for etcd
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jan 14, 2025
1 parent 58318be commit 7c60ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reports-server/templates/etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
apiVersion: apps/v1
kind: StatefulSet
metadata:
namespace: {{ include "reports-server.fullname" . }}
namespace: {{ $.Release.Namespace }}
name: etcd
labels:
app: etcd-reports-server
Expand Down

0 comments on commit 7c60ec8

Please sign in to comment.