Apply comment for string only in the config.d.ts file
Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bee9664568
commit
027ba79eb0
+1
-9
@@ -49,15 +49,7 @@ export interface Config {
|
||||
/** @visibility secret */
|
||||
serviceAccountToken?: string;
|
||||
/** @visibility frontend */
|
||||
authProvider?:
|
||||
| 'aks'
|
||||
| 'aws'
|
||||
| 'azure'
|
||||
| 'google'
|
||||
| 'googleServiceAccount'
|
||||
| 'oidc'
|
||||
| 'serviceAccount'
|
||||
| string;
|
||||
authProvider?: string;
|
||||
/** @visibility secret */
|
||||
authMetadata?: object;
|
||||
/** @visibility frontend */
|
||||
|
||||
Reference in New Issue
Block a user