multiple pages: Use snake_case in token syntax (#4788)

This commit is contained in:
Guido Lena Cota
2020-11-01 14:40:05 +01:00
committed by GitHub
parent 2a9b42076e
commit 0bb9c353a7
19 changed files with 34 additions and 34 deletions

View File

@@ -5,9 +5,9 @@
- Google OIDC로 사용자 생성 및 인증:
`dexter auth -i {{클라이언트-아이디}} -s {{클라이언트-secret}}`
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}}`
- 기본 kube 구성파일 위치 재정의:
`dexter auth -i {{클라이언트-아이디}} -s {{클라이언트-secret}} --kube-config {{예시/구성파일}}`
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}} --kube-config {{예시/구성파일}}`