Skip to content

Commit

Permalink
chart: add chart name and version to the operator deployment (#694)
Browse files Browse the repository at this point in the history
Fixes #691

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
  • Loading branch information
fgiudici authored and davidcassany committed May 6, 2024
1 parent 84e87d6 commit aff1e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .obs/chartfile/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: {{ .Chart.Name }}
app.kuberentes.io/version: {{ .Chart.Version }}
name: {{ .Release.Name }}
spec:
replicas: {{ .Values.replicas }}
Expand Down

0 comments on commit aff1e2c

Please sign in to comment.