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 37b7319 commit 303e03fCopy full SHA for 303e03f
manifests/07-operator-ibm-cloud-managed.yaml
@@ -12,6 +12,8 @@ spec:
12
selector:
13
matchLabels:
14
name: cluster-image-registry-operator
15
+ strategy:
16
+ type: Recreate
17
template:
18
metadata:
19
annotations:
manifests/07-operator.yaml
@@ -10,6 +10,8 @@ metadata:
10
include.release.openshift.io/single-node-developer: "true"
11
spec:
replicas: 1
@@ -62,7 +64,7 @@ spec:
62
64
- name: POD_NAME
63
65
valueFrom:
66
fieldRef:
- fieldPath: metadata.name
67
+ fieldPath: metadata.name
68
- name: OPERATOR_NAME
69
value: "cluster-image-registry-operator"
70
- name: IMAGE
0 commit comments