File tree 2 files changed +24
-0
lines changed
tl500-course-content/templates
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ operators:
76
76
sourceNamespace : openshift-marketplace
77
77
operatorgroup :
78
78
create : false
79
+
80
+ kubernetes-imagepuller-operator :
81
+ enabled : true
82
+ namespace : openshift-operators
83
+ subscription :
84
+ channel : stable
85
+ approval : Automatic
86
+ operatorName : kubernetes-imagepuller-operator
87
+ sourceName : community-operators
88
+ sourceNamespace : openshift-marketplace
89
+ operatorgroup :
90
+ create : false
79
91
80
92
logging :
81
93
# Might be needed with clusters that have an infra plane
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : che.eclipse.org/v1alpha1
3
+ kind : KubernetesImagePuller
4
+ metadata :
5
+ name : image-puller
6
+ namespace : openshift-operators
7
+ spec :
8
+ configMapName : k8s-image-puller
9
+ daemonsetName : k8s-image-puller
10
+ deploymentName : kubernetes-image-puller
11
+ imagePullerImage : ' quay.io/eclipse/kubernetes-image-puller:next'
12
+ images : ' tl500=quay.io/rht-labs/stack-tl500:latest'
You can’t perform that action at this time.
0 commit comments