You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/config.go
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -39,25 +39,32 @@ var fs fileSystem = osFS{stat: os.Stat}
39
39
const (
40
40
maxDepth=100
41
41
configFileName=".sops.yaml"
42
-
configFileNameAlternative=".sops.yml"
43
42
)
44
43
45
44
// FindConfigFile looks for a sops config file in the current working directory and on parent directories, up to the limit defined by the maxDepth constant.
0 commit comments