diff --git a/examples/aws-host-space.yaml b/examples/aws-host-space.yaml index d6e7214..093ddcd 100644 --- a/examples/aws-host-space.yaml +++ b/examples/aws-host-space.yaml @@ -14,24 +14,21 @@ spec: count: 5 instanceType: m5.2xlarge iam: - # Important: Please specify an iamRoleArn to access the AWS EKS Cluster deployed as part of CNOE. + # Important: Please specify an iamRoleArn to access the AWS EKS Cluster deployed as part of this reference implementation.. # Without specifying a valid roleArn, you will not be able to log in to the EKS cluster. # If you are using AWS SSO Roles, ensure to remove 'aws-reserved/sso.amazonaws.com/' from the ARN. # For example, convert this: # arn:aws:iam::123456789:role/aws-reserved/sso.amazonaws.com/AWSReservedSSO_AdministratorAccess_d703c73ed340fde7 # To this: # arn:aws:iam::123456789:role/AWSReservedSSO_AdministratorAccess_d703c73ed340fde7 - # roleArn: arn:aws:iam::123456789:role/AWSReservedSSO_AdministratorAccess_d703c73ed340fde7 - roleArn: arn:aws:iam::609897127049:role/AWSReservedSSO_AdministratorAccess_d703c73ed340fde7 + roleArn: arn:aws:iam::123456789:role/AWSReservedSSO_AdministratorAccess_d703c73ed340fde7 operators: externaldns: aws: # To leverage external-dns for managing the spaces.dns.spacesRouterDomain zone entry, # substitute the placeholder values with your actual Route53 Zone ID and Route53 Zone Name. - # route53zoneId: Z0000000000000000000 - # route53ZoneName: example.com - route53ZoneId: Z0115025YFQ7ZQF6BJ6N - route53ZoneName: upboundrocks.cloud + route53ZoneId: ${data.route53ZoneId} + route53ZoneName: ${data.route53ZoneName} crossplane: providers: - name: provider-helm @@ -42,7 +39,7 @@ spec: localRbac: true spaces: dns: - spacesRouterDomain: platform-ref-upbound-spaces.upboundrocks.cloud + spacesRouterDomain: platform-ref-upbound-spaces.${data.route53ZoneName} clusterType: eks account: platform-ref writeConnectionSecretToRef: diff --git a/examples/azure-host-space.yaml b/examples/azure-host-space.yaml index 6185652..1e4702e 100644 --- a/examples/azure-host-space.yaml +++ b/examples/azure-host-space.yaml @@ -24,7 +24,7 @@ spec: localRbac: true spaces: dns: - spacesRouterDomain: platform-ref-upbound-spaces-aks.upboundrocks.cloud + spacesRouterDomain: platform-ref-upbound-spaces-aks.${data.route53ZoneName} clusterType: aks account: platform-ref writeConnectionSecretToRef: diff --git a/examples/gcp-host-space.yaml b/examples/gcp-host-space.yaml index 5d96eed..6956f57 100644 --- a/examples/gcp-host-space.yaml +++ b/examples/gcp-host-space.yaml @@ -24,7 +24,7 @@ spec: localRbac: true spaces: dns: - spacesRouterDomain: platform-ref-upbound-spaces-gke.upboundrocks.cloud + spacesRouterDomain: platform-ref-upbound-spaces-gke.${data.route53ZoneName} clusterType: gke account: platform-ref writeConnectionSecretToRef: