We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b378bf commit 318e7baCopy full SHA for 318e7ba
.gitignore
@@ -26,4 +26,5 @@ go.work
26
*.swp
27
*.swo
28
*~
29
-__debug_bin*
+__debug_bin*
30
+test-**.yaml
charts/homer-operator/templates/deployment.yaml
@@ -6,7 +6,6 @@ metadata:
6
labels:
7
{{- include "homer-operator.labels" . | nindent 4 }}
8
control-plane: controller-manager
9
- app.kubernetes.io/name: manager
10
app.kubernetes.io/component: manager
11
spec:
12
replicas: {{ .Values.replicaCount }}
0 commit comments