Skip to content

Commit

Permalink
change the default addon secret path
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Mar 18, 2024
1 parent fe1ef41 commit 0f4d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/daemon/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
addonSecretPath = "/var/addon/alibaba-addon-secret"
addonSecretPath = "/var/alibaba-addon-secret"
addonSecretKeyID = "access-key-id"
addonSecretKeySecret = "access-key-secret"
)
Expand Down

0 comments on commit 0f4d51f

Please sign in to comment.