diff --git a/pkg/ocm/consts/custom_properties.go b/pkg/ocm/consts/custom_properties.go index fa290cf..d6d6eb7 100644 --- a/pkg/ocm/consts/custom_properties.go +++ b/pkg/ocm/consts/custom_properties.go @@ -1,6 +1,8 @@ package consts const ( - rosa_prefix = "rosa_" - CreatorArn = rosa_prefix + "creator_arn" + rosa_prefix = "rosa_" + CreatorArn = rosa_prefix + "creator_arn" + KeyringEnvKey = "OCM_KEYRING" + URLEnvKey = "OCM_URL" )