mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-17 22:26:54 +00:00
10 lines
294 B
Go
10 lines
294 B
Go
package constants
|
|
|
|
const (
|
|
// ConfigmapEnvarPostfix is a postfix for configmap envVar
|
|
ConfigmapEnvarPostfix = "_CONFIGMAP"
|
|
// SecretEnvarPostfix is a postfix for secret envVar
|
|
SecretEnvarPostfix = "_SECRET"
|
|
// EnvVarPrefix is a Prefix for environment variable
|
|
EnvVarPrefix = "STAKATER_"
|
|
) |