change doc URL if UI is running in k8s (#2484)

Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com>
This commit is contained in:
Harshavardhana
2022-12-06 09:53:01 -08:00
committed by GitHub
parent e7a41b4cd9
commit 08ea069ed4
10 changed files with 55 additions and 7 deletions

View File

@@ -3626,6 +3626,9 @@ func init() {
"isDirectPV": {
"type": "boolean"
},
"isK8S": {
"type": "boolean"
},
"loginStrategy": {
"type": "string",
"enum": [
@@ -9622,6 +9625,9 @@ func init() {
"isDirectPV": {
"type": "boolean"
},
"isK8S": {
"type": "boolean"
},
"loginStrategy": {
"type": "string",
"enum": [