-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathruntime-values.yaml.hbs
32 lines (30 loc) · 1.01 KB
/
runtime-values.yaml.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
serviceInstances:
{{saasRegistryKeyName}}:
parameters:
xsappname: {{appName}}
appName: {{appName}}
displayName: {{appName}}
description: {{appDescription}}
appUrls:
getDependencies: "https://{{providerSubdomain}}.{{appName}}.{{clusterDomain}}/callback/v1.0/dependencies"
onSubscription: "https://{{capOperatorSubdomain}}.{{clusterDomain}}/provision/tenants/{tenantId}"
{{xsuaaKeyName}}:
parameters:
xsappname: {{appName}}
oauth2-configuration:
redirect-uris:
- "https://*{{appName}}.{{clusterDomain}}/**"
app:
domains:
primary: {{appName}}.{{clusterDomain}}
secondary: []
istioIngressGatewayLabels:
istio: ingressgateway
app: istio-ingressgateway
btp:
globalAccountId: {{globalAccountId}}
provider:
subdomain: {{providerSubdomain}}
tenantId: {{tenantId}}
imagePullSecrets:
- {{imagePullSecret}}