File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ helm install dapr-dashboard dapr/dapr-dashboard
3939| ` tolerations ` | Pods will be allowed to schedule onto a node whose taints match the tolerations | ` {} ` |
4040| ` labels ` | Custom pod labels | ` {} ` |
4141| ` k8sLabels ` | Custom metadata labels | ` {} ` |
42- | ` rbac.namespaced ` | Removes cluster wide permissions where applicable | ` false ` |
42+ | ` rbac.namespaced ` | Removes cluster wide permissions where applicable | ` false ` |
43+ | ` extraEnv ` | Additional environment variables to pass to the dapr-dashboard container | ` [] ` |
Original file line number Diff line number Diff line change 6363 valueFrom :
6464 fieldRef :
6565 fieldPath : metadata.namespace
66+ {{- with .Values.extraEnv }}
67+ {{- toYaml . | nindent 8 }}
68+ {{- end }}
6669 ports :
6770 - containerPort : 8080
6871 resources :
Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ k8sLabels:
5050 app.kubernetes.io/version : " {{ .Values.image.tag }}"
5151 app.kubernetes.io/part-of : " dapr"
5252 app.kubernetes.io/managed-by : " helm"
53+
54+ extraEnv : []
You can’t perform that action at this time.
0 commit comments