Skip to content

Commit 0c491ec

Browse files
add kubernetes service account token file (#1644)
* add kubernetes service account token file * Update content/docs/reference/reference.json Co-authored-by: zachary painter <[email protected]> * Update content/docs/reference/reference.json Co-authored-by: zachary painter <[email protected]> --------- Co-authored-by: zachary painter <[email protected]>
1 parent 9c9e00e commit 0c491ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/docs/reference/reference.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,15 @@
985985
"title": "Kubernetes Service Account Token",
986986
"path": "/routes/kubernetes-service-account-token",
987987
"services": ["proxy"],
988-
"description": "String or relative file location containing a Kubernetes bearer token",
988+
"description": "String containing a Kubernetes bearer token.",
989+
"type": "string"
990+
},
991+
"kubernetes-service-account-token-file": {
992+
"id": "kubernetes-service-account-token-file",
993+
"title": "Kubernetes Service Account Token File",
994+
"path": "/routes/kubernetes-service-account-token-file",
995+
"services": ["proxy"],
996+
"description": "File location containing a Kubernetes bearer token.",
989997
"type": "string"
990998
},
991999
"service-account-token": {

0 commit comments

Comments
 (0)