MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / getExternalSecretsPath

Function getExternalSecretsPath

pkg/management/external/utils.go:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47var customExternalSecretsPath string
48
49func getExternalSecretsPath() string {
50 if customExternalSecretsPath != "" {
51 return customExternalSecretsPath
52 }
53
54 return defaultExternalSecretsPath
55}
56
57// ErrInvalidPathComponent is returned when a value that is used as a filesystem
58// path component contains a path separator or a parent-directory reference, both

Callers 2

getSecretKeyRefFileNameFunction · 0.85
getPgPassFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected