File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import (
2020func Metadata (clusterID , infraID string , config * types.InstallConfig ) * awstypes.Metadata {
2121 return & awstypes.Metadata {
2222 Region : config .Platform .AWS .Region ,
23- Identifier : []map [string ]string {{
24- fmt .Sprintf ("kubernetes.io/cluster/%s" , infraID ): "owned" ,
25- }, {
26- "openshiftClusterID" : clusterID ,
27- }} ,
23+ Identifier : []map [string ]string {
24+ { fmt .Sprintf ("kubernetes.io/cluster/%s" , infraID ): "owned" } ,
25+ { "openshiftClusterID" : clusterID },
26+ { fmt . Sprintf ( "sigs.k8s.io/cluster-api-provider-aws/cluster/%s" , infraID ): "owned" } ,
27+ },
2828 ServiceEndpoints : config .AWS .ServiceEndpoints ,
2929 ClusterDomain : config .ClusterDomain (),
3030 HostedZoneRole : config .AWS .HostedZoneRole ,
You can’t perform that action at this time.
0 commit comments