forked from kubernetes-sigs/security-profiles-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy-localhost.patch
More file actions
24 lines (24 loc) · 798 Bytes
/
deploy-localhost.patch
File metadata and controls
24 lines (24 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/deploy/operator.yaml b/deploy/operator.yaml
index d7bf1964..d2a9c614 100644
--- a/deploy/operator.yaml
+++ b/deploy/operator.yaml
@@ -2954,7 +2954,7 @@ metadata:
name: security-profiles-operator
namespace: security-profiles-operator
spec:
- replicas: 3
+ replicas: 1
selector:
matchLabels:
app: security-profiles-operator
@@ -2988,8 +2988,8 @@ spec:
fieldPath: spec.nodeName
- name: KUBELET_DIR
value: /var/lib/kubelet
- image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.10.1
- imagePullPolicy: Always
+ image: localhost/security-profiles-operator:latest
+ imagePullPolicy: IfNotPresent
name: security-profiles-operator
resources:
limits: