Skip to content

Commit

Permalink
Merge pull request #4 from chainflip-io/fix/selector-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Aug 14, 2023
2 parents 998ae05 + 7fe1beb commit 5645abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ maintainers:

type: application

version: 0.1.2
version: 0.1.3

appVersion: "0.8.7"
4 changes: 2 additions & 2 deletions charts/node/templates/engine-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
metadata:
name: {{ include "chainflip-engine.fullname" . }}
labels:
{{- include "chainflip-engine.labels" . | nindent 8 }}
{{- include "chainflip-engine.selectorLabels" . | nindent 8 }}
spec:
securityContext:
runAsUser: 1000
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
metadata:
name: data
labels:
{{- include "chainflip-engine.labels" . | nindent 10 }}
{{- include "chainflip-engine.selectorLabels" . | nindent 10 }}
spec:
{{- with .Values.engine.persistence.accessModes }}
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion charts/node/templates/node-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
metadata:
name: data
labels:
{{- include "chainflip-node.labels" . | nindent 10 }}
{{- include "chainflip-node.selectorLabels" . | nindent 10 }}
spec:
{{- with .Values.node.persistence.accessModes }}
accessModes:
Expand Down

0 comments on commit 5645abc

Please sign in to comment.