Skip to content

Commit 318e7ba

Browse files
committed
Update .gitignore to exclude test YAML files and remove redundant label from deployment.yaml
1 parent 8b378bf commit 318e7ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ go.work
2626
*.swp
2727
*.swo
2828
*~
29-
__debug_bin*
29+
__debug_bin*
30+
test-**.yaml

charts/homer-operator/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
labels:
77
{{- include "homer-operator.labels" . | nindent 4 }}
88
control-plane: controller-manager
9-
app.kubernetes.io/name: manager
109
app.kubernetes.io/component: manager
1110
spec:
1211
replicas: {{ .Values.replicaCount }}

0 commit comments

Comments
 (0)