Skip to content

Commit 4185610

Browse files
committed
Update field contents
Signed-off-by: thepetk <[email protected]>
1 parent 5165cd8 commit 4185610

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

skeleton/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
title: Bearer Authentication Required?
9191
type: boolean
9292
default: false
93-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
93+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
9494
dependencies:
9595
includeModelEndpointSecret:
9696
allOf:
@@ -101,12 +101,12 @@ spec:
101101
then:
102102
properties:
103103
modelEndpointSecretName:
104-
title: Model Endpoint Secret Name
105-
ui:help: Provide the name of the Secret containing your bearer token.
104+
title: Model Server Endpoint Secret Name
105+
ui:help: Paste in the name of the secret containing your bearer.
106106
type: string
107107
modelEndpointSecretKey:
108-
title: Model Endpoint Secret Key
109-
ui:help: Provide the key of the Secret containing the token value.
108+
title: Model Server Endpoint Secret Key
109+
ui:help: Paste in the key of the secret containing the bearer value.
110110
type: string
111111
required:
112112
- modelEndpointSecretName

templates/audio-to-text/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
title: Bearer Authentication Required?
6262
type: boolean
6363
default: false
64-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
64+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
6565
dependencies:
6666
includeModelEndpointSecret:
6767
allOf:
@@ -72,12 +72,12 @@ spec:
7272
then:
7373
properties:
7474
modelEndpointSecretName:
75-
title: Model Endpoint Secret Name
76-
ui:help: Provide the name of the Secret containing your bearer token.
75+
title: Model Server Endpoint Secret Name
76+
ui:help: Paste in the name of the secret containing your bearer.
7777
type: string
7878
modelEndpointSecretKey:
79-
title: Model Endpoint Secret Key
80-
ui:help: Provide the key of the Secret containing the token value.
79+
title: Model Server Endpoint Secret Key
80+
ui:help: Paste in the key of the secret containing the bearer value.
8181
type: string
8282
required:
8383
- modelEndpointSecretName

templates/chatbot/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
title: Bearer Authentication Required?
7575
type: boolean
7676
default: false
77-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
77+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
7878
dependencies:
7979
includeModelEndpointSecret:
8080
allOf:
@@ -85,12 +85,12 @@ spec:
8585
then:
8686
properties:
8787
modelEndpointSecretName:
88-
title: Model Endpoint Secret Name
89-
ui:help: Provide the name of the Secret containing your bearer token.
88+
title: Model Server Endpoint Secret Name
89+
ui:help: Paste in the name of the secret containing your bearer.
9090
type: string
9191
modelEndpointSecretKey:
92-
title: Model Endpoint Secret Key
93-
ui:help: Provide the key of the Secret containing the token value.
92+
title: Model Server Endpoint Secret Key
93+
ui:help: Paste in the key of the secret containing the bearer value.
9494
type: string
9595
required:
9696
- modelEndpointSecretName

templates/codegen/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
title: Bearer Authentication Required?
7575
type: boolean
7676
default: false
77-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
77+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
7878
dependencies:
7979
includeModelEndpointSecret:
8080
allOf:
@@ -85,12 +85,12 @@ spec:
8585
then:
8686
properties:
8787
modelEndpointSecretName:
88-
title: Model Endpoint Secret Name
89-
ui:help: Provide the name of the Secret containing your bearer token.
88+
title: Model Server Endpoint Secret Name
89+
ui:help: Paste in the name of the secret containing your bearer.
9090
type: string
9191
modelEndpointSecretKey:
92-
title: Model Endpoint Secret Key
93-
ui:help: Provide the key of the Secret containing the token value.
92+
title: Model Server Endpoint Secret Key
93+
ui:help: Paste in the key of the secret containing the bearer value.
9494
type: string
9595
required:
9696
- modelEndpointSecretName

templates/object-detection/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
title: Bearer Authentication Required?
6262
type: boolean
6363
default: false
64-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
64+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
6565
dependencies:
6666
includeModelEndpointSecret:
6767
allOf:
@@ -72,12 +72,12 @@ spec:
7272
then:
7373
properties:
7474
modelEndpointSecretName:
75-
title: Model Endpoint Secret Name
76-
ui:help: Provide the name of the Secret containing your bearer token.
75+
title: Model Server Endpoint Secret Name
76+
ui:help: Paste in the name of the secret containing your bearer.
7777
type: string
7878
modelEndpointSecretKey:
79-
title: Model Endpoint Secret Key
80-
ui:help: Provide the key of the Secret containing the token value.
79+
title: Model Server Endpoint Secret Key
80+
ui:help: Paste in the key of the secret containing the bearer value.
8181
type: string
8282
required:
8383
- modelEndpointSecretName

templates/rag/template.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
title: Bearer Authentication Required?
7575
type: boolean
7676
default: false
77-
ui:help: Ensure that a Secret containing the bearer authentication already exists in the preferred targeted Namespace.
77+
ui:help: Create a secret containing the authentication bearer in the preffered targeted Namespace first.
7878
dependencies:
7979
includeModelEndpointSecret:
8080
allOf:
@@ -85,12 +85,12 @@ spec:
8585
then:
8686
properties:
8787
modelEndpointSecretName:
88-
title: Model Endpoint Secret Name
89-
ui:help: Provide the name of the Secret containing your bearer token.
88+
title: Model Server Endpoint Secret Name
89+
ui:help: Paste in the name of the secret containing your bearer.
9090
type: string
9191
modelEndpointSecretKey:
92-
title: Model Endpoint Secret Key
93-
ui:help: Provide the key of the Secret containing the token value.
92+
title: Model Server Endpoint Secret Key
93+
ui:help: Paste in the key of the secret containing the bearer value.
9494
type: string
9595
required:
9696
- modelEndpointSecretName

0 commit comments

Comments
 (0)