Skip to content

Commit

Permalink
also copy properties
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkirkbater committed Nov 15, 2024
1 parent 2d73fdc commit fbb73e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/ocm/consts/custom_properties.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit fbb73e9

Please sign in to comment.