Skip to content

Commit 7ebfccc

Browse files
committed
Merge branch 'main' into ashima-server
2 parents a84c660 + cca03cb commit 7ebfccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/constants/constants.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package constants
22

33
const (
4-
DefaultIAMEndPoint = "https://iam.cloud.ibm.com"
4+
DefaultIAMEndPoint = "https://iam.cloud.ibm.com"
55

66
// Maximum number of volumes that controller can publish to the node.
77
// If value is not set or zero CO SHALL decide how many volumes of
88
// this type can be published by the controller to the node. The
99
// plugin MUST NOT set negative values here.
10-
DefaultVolumesPerNode = 0
10+
DefaultVolumesPerNode = 0
1111

1212
KPEncryptionAlgorithm = "AES256" // https://github.com/IBM/ibm-cos-sdk-go/blob/master/service/s3/api.go#L9130-L9136
1313

0 commit comments

Comments
 (0)