Skip to content

Commit 4e958d2

Browse files
committed
chore(auth-server): add new .env variable: ADMIN_USERS
1 parent 3d373c6 commit 4e958d2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/auth-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: auth-server
8-
version: 1.0.6
8+
version: 1.0.7

charts/auth-server/templates/secrets.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
stringData:
77
GITHUB_TOKEN: {{ .Values.GITHUB_TOKEN | quote }}
88
.env: |
9+
ADMIN_USERS={{ .Values.ADMIN_USERS | quote }}
910
ALLOWED_IPS={{ .Values.ALLOWED_IPS | quote }}
1011
AUTH_SERVER_ENV={{ .Values.AUTH_SERVER_ENV | quote }}
1112
AUTH_SERVER_PATH={{ .Values.INSTALL_PATH | quote }}

charts/auth-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ADMIN_USERS:
12
ALLOWED_IPS:
23
AUTH_SERVER_ENV:
34
AUTH_SERVER_PORT:

0 commit comments

Comments
 (0)