remove oss postfix from this

This commit is contained in:
Safwan
2026-07-22 19:22:09 +05:00
parent 698e658e09
commit 9f6e931723
+1 -1
View File
@@ -20,7 +20,7 @@ const (
// ConfigMapLabelKey is the label key for the metadata ConfigMap.
ConfigMapLabelKey = "reloader.stakater.com/meta-info"
// ConfigMapLabelValue is the label value for the metadata ConfigMap.
ConfigMapLabelValue = "reloader-oss"
ConfigMapLabelValue = "reloader"
// Environment variables for deployment info.
EnvReloaderNamespace = "RELOADER_NAMESPACE"