Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kahootali/a3937a7686fdfe9c5f6cc1dba7d4ff83 to your computer and use it in GitHub Desktop.
Save kahootali/a3937a7686fdfe9c5f6cc1dba7d4ff83 to your computer and use it in GitHub Desktop.
- apiVersion: hive.openshift.io/v1
kind: ClusterDeployment
metadata:
creationTimestamp: null
labels:
hive.openshift.io/hiveutil-created: "true"
name: test
spec:
baseDomain: new-installer.openshift.com
certificateBundles:
- certificateSecretRef:
name: test-serving-cert
name: serving-cert
generate: true
clusterName: test
controlPlaneConfig:
servingCertificates:
default: serving-cert
ingress:
- domain: apps.test.new-installer.openshift.com
name: default
servingCertificate: serving-cert
installed: false
platform:
aws:
credentialsSecretRef:
name: test-aws-creds
region: us-east-1
provisioning:
imageSetRef:
name: test-imageset
installConfigSecretRef:
name: test-install-config
pullSecretRef:
name: test-pull-secret
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment