mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-06 08:46:49 +00:00
8 lines
346 B
Go
8 lines
346 B
Go
package constants
|
|
|
|
const (
|
|
// ConfigmapUpdateOnChangeAnnotation is an annotation to detect changes in configmaps
|
|
ConfigmapUpdateOnChangeAnnotation = "configmap.reloader.stakater.com/reload"
|
|
// SecretUpdateOnChangeAnnotation is an annotation to detect changes in secrets
|
|
SecretUpdateOnChangeAnnotation = "secret.reloader.stakater.com/reload"
|
|
) |