diff --git a/charts/bindplane/templates/bindplane.yaml b/charts/bindplane/templates/bindplane.yaml index 4437f36..253adce 100644 --- a/charts/bindplane/templates/bindplane.yaml +++ b/charts/bindplane/templates/bindplane.yaml @@ -354,6 +354,10 @@ spec: value: {{ .Values.dev.auth.auth0.domain }} - name: BINDPLANE_AUTH0_AUDIENCE value: {{ .Values.dev.auth.auth0.audience }} + - name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID + value: {{ .Values.dev.auth.auth0.managementclientid }} + - name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET + value: {{ .Values.dev.auth.auth0.managementclientsecret }} {{- end }} {{- if eq .Values.multiAccount true }} - name: BINDPLANE_ACCOUNTS_ENABLE