Skip to content

Commit

Permalink
fix: Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Balsir committed Jun 19, 2024
1 parent b57cc75 commit 37c49b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keeper/templates/deployment-overprovisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
replicas: {{ $v.replicas }}
selector:
matchLabels:
{{- include "keeper.overprovisioning.selectorLabels" $ | nindent 4 }}
{{- include "keeper.overprovisioning.selectorLabels" $ | nindent 6 }}
app.kubernetes.io/name: {{ include "keeper.name" $ }}-op-{{ $k }}
template:
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/keeper/templates/deployment-reservation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
replicas: {{ $v.replicas }}
selector:
matchLabels:
{{- include "keeper.reservation.selectorLabels" $ | nindent 4 }}
{{- include "keeper.reservation.selectorLabels" $ | nindent 6 }}
app.kubernetes.io/name: {{ include "keeper.name" $ }}-rsrv-{{ $k }}
template:
metadata:
Expand Down

0 comments on commit 37c49b0

Please sign in to comment.