You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Misc] Plugin: providerSubaccountId runtime support added (#85)
* [Misc] Plugin: `providerSubaccountId` runtime support added
Enhancement to source `providerSubaccountId` at runtime.
- misc adjustments until the field becomes mandatory (soon).
* Clarify mandatory fields in README
Updated the README to clarify the mandatory status of globalAccountId and added providerSubaccountId as a mandatory field.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,8 @@ The generated `chart/values.yaml` contains two types of information:
156
156
```sh
157
157
kubectl get gateway -n kyma-system kyma-gateway -o jsonpath='{.spec.servers[0].hosts[0]}'
158
158
```
159
-
* **Global Account ID (globalAccountId) *[Mandatory]*** - SAP BTP Global Account Identifier where services are entitled for the application.
159
+
* **Global Account ID (globalAccountId) *[Mandatory for now; will be removed soon]*** - SAP BTP Global Account Identifier where services are entitled for the application.
160
+
* **Provider Subaccount ID (providerSubaccountId) *[Mandatory]*** - The Subaccount ID of the provider subaccount to which you deploy the application.
160
161
* **Provider subdomain (providerSubdomain) *[Mandatory for applications; it does not apply to services-only scenarios]*** - Subdomain of the provider subaccount to which you deploy the application.
161
162
* **Tenant ID (tenantId) *[Mandatory for applications; it does not apply to services-only scenarios]*** - Tenant ID of the provider subaccount to which you deploy the application.
162
163
* **HANA Instance ID (hanaInstanceId) *[Optional]*** - ID of the SAP HANA instance to which the application is deployed. It's only required if there are multiple SAP HANA instances in the subaccount.
@@ -187,13 +188,14 @@ The generated `chart/values.yaml` contains two types of information:
Similar to the interactive mode, `appName`, `capOperatorSubdomain`, `clusterDomain`, `globalAccountId`, `providerSubdomain`, and `tenantId` are mandatory fields forapplications. In case of services-only scenarios, `appName`, `capOperatorSubdomain`, `clusterDomain`, and `globalAccountId` are mandatory. The plugin throws an error if they're not providedin the input YAML.
198
+
Similar to the interactive mode, `appName`, `capOperatorSubdomain`, `clusterDomain`, `globalAccountId`, `providerSubaccountId`, `providerSubdomain`, and `tenantId` are mandatory fields forapplications. In case of services-only scenarios, `appName`, `capOperatorSubdomain`, `clusterDomain`, and `globalAccountId`, `providerSubaccountId` are mandatory. The plugin throws an error if they're not providedin the input YAML.
197
199
198
200
After execution, the `runtime-values.yaml` file is created in the chart folder of your project directory.
0 commit comments