Skip to content

Commit

Permalink
materilize hypershift-operator manifests
Browse files Browse the repository at this point in the history
follows up on #566

Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Sep 10, 2024
1 parent 47f01e8 commit c5ff9fa
Show file tree
Hide file tree
Showing 16 changed files with 655 additions and 2,261 deletions.
10 changes: 6 additions & 4 deletions hypershiftoperator/deploy/base/deployment-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
hypershift.openshift.io/install-cli-version: 'openshift/hypershift: ffe665196be2e2654d47fa3c798330625cdf493d.
Latest supported OCP: 4.17.0'
hypershift.openshift.io/install-cli-version: 'openshift/hypershift: 99a256fc978cf2bd7b4553e123816b46d96859ea.
Latest supported OCP: 4.18.0'
creationTimestamp: null
name: operator
namespace: hypershift
Expand Down Expand Up @@ -60,7 +60,9 @@ spec:
value: 24h0m0s
- name: MANAGED_SERVICE
value: ARO-HCP
image: arohcpdev.azurecr.io/acm-d/rhtap-hypershift-operator:ffe6651
- name: ENABLE_ETCD_RECOVERY
value: "1"
image: arohcpdev.azurecr.io/acm-d/rhtap-hypershift-operator:99a256f
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -113,7 +115,7 @@ spec:
- init
command:
- /usr/bin/hypershift-operator
image: arohcpdev.azurecr.io/acm-d/rhtap-hypershift-operator:ffe6651
image: arohcpdev.azurecr.io/acm-d/rhtap-hypershift-operator:99a256f
imagePullPolicy: IfNotPresent
name: init-environment
resources: {}
Expand Down
1 change: 1 addition & 0 deletions hypershiftoperator/deploy/base/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resources:
- rolebinding-prometheus.yaml
- clusterrolebinding-external-dns.yaml
- namespace-hypershift.yaml
- -.yaml
- service-operator.yaml
- rolebinding-hypershift-operator.yaml
- deployment-external-dns.yaml
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit c5ff9fa

Please sign in to comment.