Skip to content

Commit

Permalink
fix: use distinct value as kubemonkey id for lnd sts (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Jul 6, 2022
1 parent e555a39 commit b98249c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/lnd/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "lnd.labels" . | nindent 4 }}
{{- if .Values.kubemonkey.enabled }}
kube-monkey/enabled: enabled
kube-monkey/identifier: {{ .Chart.Name }}
kube-monkey/identifier: {{ .Release.Name }}
kube-monkey/kill-mode: fixed
kube-monkey/kill-value: "1"
kube-monkey/mtbf: "2"
Expand All @@ -32,7 +32,7 @@ spec:
allow-to-bitcoind: "true"
{{- if .Values.kubemonkey.enabled }}
kube-monkey/enabled: enabled
kube-monkey/identifier: {{ .Chart.Name }}
kube-monkey/identifier: {{ .Release.Name }}
{{- end }}
{{- if .Values.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
Expand Down

0 comments on commit b98249c

Please sign in to comment.