Skip to content

Commit

Permalink
Fixed issue with oc process command and Added KIP_IMAGE parameter to …
Browse files Browse the repository at this point in the history
…configmap.yaml
  • Loading branch information
Sachin-Itagi committed Feb 26, 2024
1 parent 0bc78c0 commit ed64d53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/openshift/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Template
apiVersion: v1
apiVersion: template.openshift.io/v1
metadata:
labels:
app: kubernetes-image-puller
Expand Down
5 changes: 4 additions & 1 deletion deploy/openshift/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Template
apiVersion: v1
apiVersion: template.openshift.io/v1
metadata:
labels:
app: kubernetes-image-puller
Expand All @@ -22,6 +22,7 @@ objects:
NODE_SELECTOR: ${NODE_SELECTOR}
IMAGE_PULL_SECRETS: ${IMAGE_PULL_SECRETS}
AFFINITY: ${AFFINITY}
KIP_IMAGE: ${KIP_IMAGE}
parameters:
- name: IMAGES
value: >
Expand All @@ -48,3 +49,5 @@ parameters:
value: ""
- name: AFFINITY
value: "{}"
- name: KIP_IMAGE
value: quay.io/eclipse/kubernetes-image-puller:next
2 changes: 1 addition & 1 deletion deploy/openshift/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Template
apiVersion: v1
apiVersion: template.openshift.io/v1
metadata:
labels:
app: kubernetes-image-puller
Expand Down

0 comments on commit ed64d53

Please sign in to comment.