Skip to content

Commit

Permalink
hypershift: add independent refs for AWS EBS driver controller images
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Aug 7, 2023
1 parent 1a74213 commit 5238279
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/10_deployment-hypershift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ spec:
value: quay.io/openshift/origin-powervs-block-csi-driver:latest
- name: HYPERSHIFT_IMAGE
value: quay.io/openshift/origin-control-plane:latest
- name: AWS_EBS_DRIVER_CONTROL_PLANE_IMAGE
value: quay.io/openshift/origin-aws-ebs-csi-driver:latest
- name: LIVENESS_PROBE_CONTROL_PLANE_IMAGE
value: quay.io/openshift/origin-csi-livenessprobe:latest
image: quay.io/openshift/origin-cluster-storage-operator:latest
imagePullPolicy: IfNotPresent
name: cluster-storage-operator
Expand Down
10 changes: 10 additions & 0 deletions profile-patches/hypershift/10_deployment.yaml-patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
value:
name: HYPERSHIFT_IMAGE
value: quay.io/openshift/origin-control-plane:latest
- op: add
path: /spec/template/spec/containers/0/env/40
value:
name: AWS_EBS_DRIVER_CONTROL_PLANE_IMAGE
value: quay.io/openshift/origin-aws-ebs-csi-driver:latest
- op: add
path: /spec/template/spec/containers/0/env/41
value:
name: LIVENESS_PROBE_CONTROL_PLANE_IMAGE
value: quay.io/openshift/origin-csi-livenessprobe:latest
# Add cmdline args
- op: add
path: /spec/template/spec/containers/0/args/-
Expand Down

0 comments on commit 5238279

Please sign in to comment.