File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,40 +228,6 @@ Settings:
228228 type : object
229229 additionalProperties : false
230230 properties :
231- git :
232- type : object
233- title : Git Configuration
234- description : |
235- Git configuration for APL values repository.
236- additionalProperties : false
237- properties :
238- repoUrl :
239- type : string
240- description : |
241- The base URL of the Git repository (without credentials).
242- pattern : ' ^https?://.+'
243- username :
244- type : string
245- description : |
246- Username for authenticating with the Git repository.
247- Defaults to 'otomi-admin' for internal Gitea.
248- password :
249- type : string
250- description : Password or token for authenticating with the Git repository
251- x-secret : ' {{ randAlphaNum 20 }}'
252- email :
253- type : string
254- description : |
255- Email address to use for Git commits.
256- Defaults to 'pipeline@cluster.local' for internal Gitea.
257- format : email
258- branch :
259- type : string
260- description : The branch to use in the Git repository
261- required :
262- - repoUrl
263- - email
264- - branch
265231 adminPassword :
266232 description : Master admin password that will be used for all apps that are not configured to use their own password.
267233 $ref : ' definitions.yaml#/adminPassword'
Original file line number Diff line number Diff line change @@ -50,15 +50,6 @@ SettingsInfo:
5050 hasExternalIDP :
5151 type : boolean
5252 default : false
53- git :
54- properties :
55- repoUrl :
56- type : string
57- description : The base URL of the Git repository (without credentials).
58- pattern : ' ^https?://.+'
59- branch :
60- type : string
61- description : The branch to use in the Git repository.
6253 ingressClassNames :
6354 description : Ingress class names that are used by the cluster.
6455 items :
You can’t perform that action at this time.
0 commit comments