mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-27 14:37:17 +00:00
Fix namespace issue in rbac
This commit is contained in:
@@ -38,4 +38,4 @@ roleRef:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "name" . }}
|
||||
namespace: .Release.Namespace
|
||||
namespace: {{ .Release.Namespace }}
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
const (
|
||||
updateOnChangeAnnotation = "reloader.stakater.com.io/update-on-change"
|
||||
// AllNamespaces as our controller will be looking for events in all namespaces
|
||||
AllNamespaces = ""
|
||||
AllNamespaces = "temp-reloader"
|
||||
)
|
||||
|
||||
// Event indicate the informerEvent
|
||||
|
||||
Reference in New Issue
Block a user