Skip to content

Commit ced42c3

Browse files
committed
feat: Add testing overlay
This overlay adds an `ImagePullPolicy: Always` to the operator image for testing purposes.
1 parent 49661e5 commit ced42c3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: controller-manager
5+
namespace: system
6+
spec:
7+
template:
8+
spec:
9+
containers:
10+
- name: manager
11+
imagePullPolicy: Always
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resources:
2+
- ../../base
3+
4+
patchesStrategicMerge:
5+
- image-pull-policy.yaml

0 commit comments

Comments
 (0)