Skip to content

Commit 79a817b

Browse files
authored
Merge pull request #5023 from camilamacedo86/go-v4-policy-image
🐛 (revert) only changes done in the default scaffold in the pr: 4932 ( kept helm chart changes )
2 parents 2dd330a + a3c0e0f commit 79a817b

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

docs/book/src/cronjob-tutorial/testdata/project/config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- --leader-elect
6565
- --health-probe-bind-address=:8081
6666
image: controller:latest
67-
imagePullPolicy: IfNotPresent
6867
name: manager
6968
ports: []
7069
securityContext:

docs/book/src/cronjob-tutorial/testdata/project/dist/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4213,7 +4213,6 @@ spec:
42134213
command:
42144214
- /manager
42154215
image: controller:latest
4216-
imagePullPolicy: IfNotPresent
42174216
livenessProbe:
42184217
httpGet:
42194218
path: /healthz

docs/book/src/getting-started/testdata/project/config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- --leader-elect
6565
- --health-probe-bind-address=:8081
6666
image: controller:latest
67-
imagePullPolicy: IfNotPresent
6867
name: manager
6968
ports: []
7069
securityContext:

docs/book/src/getting-started/testdata/project/dist/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ spec:
442442
command:
443443
- /manager
444444
image: controller:latest
445-
imagePullPolicy: IfNotPresent
446445
livenessProbe:
447446
httpGet:
448447
path: /healthz

docs/book/src/multiversion-tutorial/testdata/project/config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- --leader-elect
6565
- --health-probe-bind-address=:8081
6666
image: controller:latest
67-
imagePullPolicy: IfNotPresent
6867
name: manager
6968
ports: []
7069
securityContext:

docs/book/src/multiversion-tutorial/testdata/project/dist/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8110,7 +8110,6 @@ spec:
81108110
command:
81118111
- /manager
81128112
image: controller:latest
8113-
imagePullPolicy: IfNotPresent
81148113
livenessProbe:
81158114
httpGet:
81168115
path: /healthz

pkg/plugins/common/kustomize/v2/scaffolds/internal/templates/config/manager/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ spec:
110110
- --leader-elect
111111
- --health-probe-bind-address=:8081
112112
image: {{ .Image }}
113-
imagePullPolicy: IfNotPresent
114113
name: manager
115114
ports: []
116115
securityContext:

testdata/project-v4-multigroup/config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- --leader-elect
6565
- --health-probe-bind-address=:8081
6666
image: controller:latest
67-
imagePullPolicy: IfNotPresent
6867
name: manager
6968
env:
7069
- name: BUSYBOX_IMAGE

testdata/project-v4-multigroup/dist/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,6 @@ spec:
29472947
- name: MEMCACHED_IMAGE
29482948
value: memcached:1.6.26-alpine3.19
29492949
image: controller:latest
2950-
imagePullPolicy: IfNotPresent
29512950
livenessProbe:
29522951
httpGet:
29532952
path: /healthz

testdata/project-v4-with-plugins/config/manager/manager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ spec:
6464
- --leader-elect
6565
- --health-probe-bind-address=:8081
6666
image: controller:latest
67-
imagePullPolicy: IfNotPresent
6867
name: manager
6968
env:
7069
- name: BUSYBOX_IMAGE

0 commit comments

Comments
 (0)