Skip to content

Commit

Permalink
chore: typoes in extraLabels (#7363)
Browse files Browse the repository at this point in the history
Co-authored-by: wusai80 <[email protected]>
(cherry picked from commit d407a4c)
  • Loading branch information
shanshanying committed May 16, 2024
1 parent c694c6f commit 2b4eeb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/templates/dataprotection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
selector:
matchLabels:
{{- include "kubeblocks.selectorLabels" . | nindent 6 }}
{{- with .Values.dataProtection.extraLables }}
{{- with .Values.dataProtection.extraLabels }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- if .Values.updateStrategy }}
Expand All @@ -29,7 +29,7 @@ spec:
{{- end }}
labels:
{{- include "kubeblocks.selectorLabels" . | nindent 8 }}
{{- with .Values.dataProtection.extraLables }}
{{- with .Values.dataProtection.extraLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
selector:
matchLabels:
{{- include "kubeblocks.selectorLabels" . | nindent 6 }}
{{- with .Values.extraLables }}
{{- with .Values.extraLabels }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- if .Values.updateStrategy }}
Expand All @@ -27,7 +27,7 @@ spec:
{{- end }}
labels:
{{- include "kubeblocks.selectorLabels" . | nindent 8 }}
{{- with .Values.extraLables }}
{{- with .Values.extraLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ dataPlane:
- "true"

# Add extra pod labels to KubeBlocks Deployment
extraLables: []
extraLabels: {}

## AdmissionWebhooks settings
##
Expand Down Expand Up @@ -355,7 +355,7 @@ dataProtection:
topologySpreadConstraints: []

# Add extra pod labels to KubeBlocks-DataProtection Deployment
extraLables: []
extraLabels: {}

## BackupRepo settings
##
Expand Down

0 comments on commit 2b4eeb2

Please sign in to comment.