Skip to content

Commit

Permalink
squashme: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed May 11, 2023
1 parent 66dd4e7 commit 85126e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/crac/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "renku.fullname" . }}-crac
name: {{- define "renku.fullname" -}}-crac
labels:
app: renku-crac
chart: {{ template "renku.chart" . }}
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/crac/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ template "renku.name" . }}-crac
name: {{- define "renku.fullname" -}}-crac
labels:
app: renku-crac
chart: {{ template "renku.chart" . }}
Expand Down

0 comments on commit 85126e1

Please sign in to comment.