Skip to content

Commit

Permalink
Add unsupported kubevirt annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Oct 24, 2023
1 parent 4b78b70 commit 27c50a6
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 68 deletions.
Binary file added cnv-eng-template-0.0.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion cnv-eng-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart which installs Hypershift cluster using KubeVirt platf
annotations:
cluster-template: true
type: application
version: 0.0.4
version: 0.0.5
4 changes: 3 additions & 1 deletion cnv-eng-template/templates/hostedcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: hypershift.openshift.io/v1beta1
kind: HostedCluster
metadata:
name: {{ .Release.Namespace }}-{{ .Release.Name }}
annotations:
hypershift.openshift.io/allow-unsupported-kubevirt-rhcos-variants: 'true'
spec:
release:
image: quay.io/openshift-release-dev/ocp-release:{{ .Values.ocpVersion }}-x86_64
Expand All @@ -26,7 +28,7 @@ spec:
name: external-kubeconfig
infraID: {{ .Release.Namespace }}-{{ .Release.Name }}
dns:
baseDomain: ''
baseDomain: apps.cnv2.engineering.redhat.com
services:
- service: APIServer
servicePublishingStrategy:
Expand Down
Loading

0 comments on commit 27c50a6

Please sign in to comment.