Skip to content

Commit

Permalink
Remove redundant Deployment labels
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Apr 24, 2024
1 parent ff15b02 commit add16cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .obs/chartfile/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/version: {{ .Chart.Version }}
name: {{ .Release.Name }}
spec:
replicas: {{ .Values.replicas }}
Expand Down

0 comments on commit add16cc

Please sign in to comment.