Skip to content

Commit

Permalink
fix(t8s-cluster): create separate etcd defrag jobs per cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Sep 30, 2024
1 parent c3ada9a commit f661637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/t8s-cluster/templates/_etcd-defrag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: kube-etcd-defrag
name: {{ .hosted | ternary (printf "%s-kube-etcd-defrag" .Release.Name) "kube-etcd-defrag" }}
namespace: {{ .hosted | ternary .Release.Namespace "kube-system" }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
spec:
Expand Down

0 comments on commit f661637

Please sign in to comment.