Skip to content

Commit

Permalink
chart: fix label typo (#696)
Browse files Browse the repository at this point in the history
fixes f965445

Signed-off-by: Francesco Giudici <[email protected]>
  • Loading branch information
fgiudici authored Apr 4, 2024
1 parent f5d9c70 commit 9020287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/chartfile/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
app.kubernetes.io/name: {{ .Chart.Name }}
app.kuberentes.io/version: {{ .Chart.Version }}
app.kubernetes.io/version: {{ .Chart.Version }}
name: {{ .Release.Name }}
spec:
replicas: {{ .Values.replicas }}
Expand Down

0 comments on commit 9020287

Please sign in to comment.