Skip to content

Instantly share code, notes, and snippets.

@csrwng
Last active March 1, 2022 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save csrwng/fbd3c9864327c0b84dbf1e6500dc1f48 to your computer and use it in GitHub Desktop.
Save csrwng/fbd3c9864327c0b84dbf1e6500dc1f48 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