mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
fix(k8s-operator): duplicate helm labels
This commit is contained in:
@@ -9,13 +9,11 @@ spec:
|
|||||||
replicas: {{ .Values.controllerManager.replicas }}
|
replicas: {{ .Values.controllerManager.replicas }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
{{- include "secrets-operator.selectorLabels" . | nindent 6 }}
|
{{- include "secrets-operator.selectorLabels" . | nindent 6 }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
{{- include "secrets-operator.selectorLabels" . | nindent 8 }}
|
{{- include "secrets-operator.selectorLabels" . | nindent 8 }}
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
type: {{ .Values.metricsService.type }}
|
type: {{ .Values.metricsService.type }}
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
{{- include "secrets-operator.selectorLabels" . | nindent 4 }}
|
{{- include "secrets-operator.selectorLabels" . | nindent 4 }}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -15,4 +15,3 @@ spec:
|
|||||||
targetPort: 8443
|
targetPort: 8443
|
||||||
selector:
|
selector:
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
@@ -28,7 +27,6 @@ spec:
|
|||||||
kubectl.kubernetes.io/default-container: manager
|
kubectl.kubernetes.io/default-container: manager
|
||||||
labels:
|
labels:
|
||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
app.kubernetes.io/name: k8-operator
|
|
||||||
spec:
|
spec:
|
||||||
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
|
# TODO(user): Uncomment the following code to configure the nodeAffinity expression
|
||||||
# according to the platforms which are supported by your solution.
|
# according to the platforms which are supported by your solution.
|
||||||
|
|||||||
Reference in New Issue
Block a user