We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe8e71 commit fd36f99Copy full SHA for fd36f99
chart/templates/replicated-role.yaml
@@ -80,6 +80,15 @@ rules:
80
- "get"
81
resourceNames:
82
- {{ include "replicated.secretName" . }}
83
+# the legacy replicated-sdk configmap is required when the SDK secret is not found
84
+- apiGroups:
85
+ - ''
86
+ resources:
87
+ - 'configmaps'
88
+ verbs:
89
+ - 'get'
90
+ resourceNames:
91
+ - 'replicated-sdk'
92
93
{{ if not .Values.statusInformers }}
94
# the SDK needs to get the helm chart secret to determine what resources to report
0 commit comments