Skip to content

Commit bc1a5a9

Browse files
committed
updated basic auth envvars to default to empty
1 parent a2944c1 commit bc1a5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ services:
1717
PGUSER: tinkerbell
1818
TINKERBELL_GRPC_AUTHORITY: :42113
1919
TINKERBELL_HTTP_AUTHORITY: :42114
20-
TINK_AUTH_USERNAME: ${TINKERBELL_TINK_USERNAME:-admin}
21-
TINK_AUTH_PASSWORD: ${TINKERBELL_TINK_PASSWORD:-admin}
20+
TINK_AUTH_USERNAME: ${TINKERBELL_TINK_USERNAME}
21+
TINK_AUTH_PASSWORD: ${TINKERBELL_TINK_PASSWORD}
2222
depends_on:
2323
db:
2424
condition: service_healthy

0 commit comments

Comments
 (0)