mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-23 22:16:45 +00:00
setup for reloader chart 3.0.0-beta.1
This commit is contained in:
@@ -207,10 +207,10 @@ func ReloaderDeploymentName(releaseName string) string {
|
||||
if releaseName == "" {
|
||||
releaseName = DefaultHelmReleaseName
|
||||
}
|
||||
// The chart is named "reloader-v2", so the fullname template renders
|
||||
// <release>-reloader-v2. Keep this the single source of truth; the
|
||||
// The chart is named "reloader", so the fullname template renders
|
||||
// <release>-reloader. Keep this the single source of truth; the
|
||||
// cluster-role and pod-selector helpers derive their names from it.
|
||||
return releaseName + "-reloader-v2"
|
||||
return releaseName + "-reloader"
|
||||
}
|
||||
|
||||
// ReloaderPodSelector returns the label selector for Reloader pods.
|
||||
|
||||
Reference in New Issue
Block a user