Skip to content

Commit b037e45

Browse files
committed
Add comment to function.
1 parent dba4dcb commit b037e45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/deployment/resources/pod_creator.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ func versionHasAdvertisedEndpoint(v driver.Version) bool {
6565
return v.CompareTo("3.4.0") >= 0
6666
}
6767

68+
// versionHasJWTSecretKeyfile derives from the version number of arangod has
69+
// the option --auth.jwt-secret-keyfile which can take the JWT secret from
70+
// a file in the file system.
6871
func versionHasJWTSecretKeyfile(v driver.Version) bool {
6972
if v.CompareTo("3.3.22") >= 0 && v.CompareTo("3.4.0") < 0 {
7073
return true

0 commit comments

Comments
 (0)