Skip to content
Snippets Groups Projects
Commit 20f9d076 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Merge branch 'add-blocklist-env' into 'main'

add env variable for blocklist path

See merge request !7
parents 9ebe4584 74236149
No related branches found
No related tags found
1 merge request!7add env variable for blocklist path
Pipeline #253912 passed
...@@ -143,6 +143,8 @@ data: ...@@ -143,6 +143,8 @@ data:
secretKeyRef: secretKeyRef:
name: {{ .Values.oauthSecret }} name: {{ .Values.oauthSecret }}
key: client_secret key: client_secret
- name: BLOCKLIST_PATH
value: "/mnt/shared-data/blocklist/authenticator-blocklist/blocked_users.json"
extraVolumeMounts: extraVolumeMounts:
- name: shared-data - name: shared-data
mountPath: /mnt/shared-data mountPath: /mnt/shared-data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment