Skip to content

Commit ae2ca51

Browse files
committed
Prepopulated values files with example values
1 parent 8a50525 commit ae2ca51

File tree

16 files changed

+58
-135
lines changed

16 files changed

+58
-135
lines changed

helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ external-secrets-config:
1212
namespace: "default"
1313
provider:
1414
vault:
15-
server: ""
16-
namespace: "ts-co-openmcp/mcp-blueprints"
15+
server: "https://vault.example/"
16+
namespace: "openmcp/blueprints"
1717
path: "mcps"
1818
version: "v2"
1919
auth:
2020
kubernetes:
21-
mountPath: ""
22-
role: ""
21+
mountPath: "k8s-openmcp-blueprints"
22+
role: "k8s-openmcp-role"
2323
secretRef:
24-
name: ""
24+
name: "vault-tokenreview-service-account"
2525
namespace: "default"
2626
key: "token"
2727
externalSecret:
28-
- name: ""
28+
- name: "btp-account-mcp-blueprints"
2929
namespace: "default"
3030
refreshInterval: "15m"
3131
targetSecretName: ""
@@ -34,30 +34,30 @@ external-secrets-config:
3434
data:
3535
- secretKey: btp-cis-provider-credentials
3636
remoteRef:
37-
key: ""
37+
key: "btp-endpoint.example/btp-account"
3838
property: btp-cis-provider-credentials
3939
- secretKey: btp-service-account-provider-credentials
4040
remoteRef:
41-
key: ""
41+
key: "btp-endpoint.example/btp-account"
4242
property: btp-service-account-provider-credentials
4343
######################################################################################################################################
4444
crossplane-provider-configs:
4545
providerConfigs:
4646
btpSapCrossplane:
47-
- providerConfigRefName: ""
48-
globalAccountSubDomain: ""
47+
- providerConfigRefName: "btp-account-provider-config"
48+
globalAccountSubDomain: "exmpl"
4949
cliServerUrl: "https://cli.btp.cloud.sap"
5050
cisCredentials:
5151
source: "Secret"
5252
secretRef:
5353
namespace: default
54-
name: ""
54+
name: "btp-account-mcp-blueprints"
5555
key: btp-cis-provider-credentials
5656
serviceAccountSecret:
5757
source: "Secret"
5858
secretRef:
5959
namespace: default
60-
name: ""
60+
name: "btp-account-mcp-blueprints"
6161
key: btp-service-account-provider-credentials
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
@@ -72,17 +72,17 @@ crossplane-provider-sap-btp-account:
7272
amount: 1
7373
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
7474
accounts:
75-
- btpSapCrossplaneProviderConfigRefName: "btpSapCrossplaneProviderConfigRefName"
75+
- btpSapCrossplaneProviderConfigRefName: "btp-account-provider-config"
7676
#-------------------------------------------------------------------------------------------------------------------------#
7777
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
7878
subAccounts:
7979
#-------------------------------------------------------------------------------------------------------------------------#
8080
- name: "subAccount1"
8181
forProvider:
82-
displayName: ""
83-
description: ""
84-
subdomain: ""
85-
region: ""
82+
displayName: "exmpl dev eu01"
83+
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
84+
subdomain: "exmpl-dev-eu01"
85+
region: "eu01"
8686
subaccountAdminEmails: *subaccountAdminEmails
8787
entitlements: *btpEntitlements
8888
services:
@@ -92,7 +92,7 @@ crossplane-provider-sap-btp-account:
9292
#########################################################################################################
9393
crossplane-provider-sap-btp-environment:
9494
cloudFoundryEnvironments:
95-
- btpSapCrossplaneProviderConfigRefName: "btpSapCrossplaneProviderConfigRefName"
95+
- btpSapCrossplaneProviderConfigRefName: "btp-account-provider-config"
9696
name: ""
9797
forProvider:
9898
initialOrgManagers: *cfAdminEmails

helm/umbrella/blueprints/btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ external-secrets-config:
1212
namespace: "default"
1313
provider:
1414
vault:
15-
server: ""
16-
namespace: "ts-co-openmcp/mcp-blueprints"
15+
server: "https://vault.example/"
16+
namespace: "openmcp/blueprints"
1717
path: "mcps"
1818
version: "v2"
1919
auth:
2020
kubernetes:
21-
mountPath: ""
22-
role: ""
21+
mountPath: "k8s-openmcp-blueprints"
22+
role: "k8s-openmcp-role"
2323
secretRef:
24-
name: ""
24+
name: "vault-tokenreview-service-account"
2525
namespace: "default"
2626
key: "token"
2727
externalSecret:
28-
- name: ""
28+
- name: "btp-account-mcp-blueprints"
2929
namespace: "default"
3030
refreshInterval: "15m"
3131
targetSecretName: ""
@@ -34,30 +34,30 @@ external-secrets-config:
3434
data:
3535
- secretKey: btp-cis-provider-credentials
3636
remoteRef:
37-
key: ""
37+
key: "btp-endpoint.example/btp-account"
3838
property: btp-cis-provider-credentials
3939
- secretKey: btp-service-account-provider-credentials
4040
remoteRef:
41-
key: ""
41+
key: "btp-endpoint.example/btp-account"
4242
property: btp-service-account-provider-credentials
4343
######################################################################################################################################
4444
crossplane-provider-configs:
4545
providerConfigs:
4646
btpSapCrossplane:
47-
- providerConfigRefName: ""
48-
globalAccountSubDomain: ""
47+
- providerConfigRefName: "btp-account-provider-config"
48+
globalAccountSubDomain: "exmpl"
4949
cliServerUrl: "https://cli.btp.cloud.sap"
5050
cisCredentials:
5151
source: "Secret"
5252
secretRef:
5353
namespace: default
54-
name: ""
54+
name: "btp-account-mcp-blueprints"
5555
key: btp-cis-provider-credentials
5656
serviceAccountSecret:
5757
source: "Secret"
5858
secretRef:
5959
namespace: default
60-
name: ""
60+
name: "btp-account-mcp-blueprints"
6161
key: btp-service-account-provider-credentials
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
@@ -77,17 +77,17 @@ crossplane-provider-sap-btp-account:
7777
amount: 1
7878
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
7979
accounts:
80-
- btpSapCrossplaneProviderConfigRefName: "btpSapCrossplaneProviderConfigRefName"
80+
- btpSapCrossplaneProviderConfigRefName: "btp-account-provider-config"
8181
#-------------------------------------------------------------------------------------------------------------------------#
8282
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
8383
subAccounts:
8484
#-------------------------------------------------------------------------------------------------------------------------#
8585
- name: "subAccount1"
8686
forProvider:
87-
displayName: ""
88-
description: ""
89-
subdomain: ""
90-
region: ""
87+
displayName: "exmpl dev eu01"
88+
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
89+
subdomain: "exmpl-dev-eu01"
90+
region: "eu01"
9191
subaccountAdminEmails: *subaccountAdminEmails
9292
entitlements: *btpEntitlements
9393
services:
@@ -97,7 +97,7 @@ crossplane-provider-sap-btp-account:
9797
#########################################################################################################
9898
crossplane-provider-sap-btp-environment:
9999
kymaEnvironments:
100-
- btpSapCrossplaneProviderConfigRefName: "btpSapCrossplaneProviderConfigRefName"
100+
- btpSapCrossplaneProviderConfigRefName: "btp-account-provider-config"
101101
name: "kyma-test"
102102
forProvider:
103103
parameters:

helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ external-secrets-config:
1212
namespace: "default"
1313
provider:
1414
vault:
15-
server: ""
15+
server: "vault.example"
1616
namespace: "ts-co-openmcp/mcp-blueprints"
1717
path: "mcps"
1818
version: "v2"

helm/umbrella/blueprints/example-base.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ external-secrets-config:
1111
# provider -- https://external-secrets.io/latest/api/spec/
1212
provider:
1313
vault:
14-
server: ""
14+
server: "vault.example"
1515
namespace: ""
1616
path: "k8s-clusters"
1717
version: "v2"
@@ -20,7 +20,7 @@ external-secrets-config:
2020
mountPath: "kubernetes"
2121
role: "mcp-blueprints"
2222
secretRef:
23-
name: ""
23+
name: "vault-tokenreview-service-account"
2424
namespace: "default"
2525
key: "token"
2626
externalSecret:
@@ -33,11 +33,11 @@ external-secrets-config:
3333
data:
3434
- secretKey: btp-cis-provider-credentials
3535
remoteRef:
36-
key: ""
36+
key: "btp-endpoint.example/btp-account"
3737
property: btp-cis-provider-credentials
3838
- secretKey: btp-service-account-provider-credentials
3939
remoteRef:
40-
key: ""
40+
key: "btp-endpoint.example/btp-account"
4141
property: btp-service-account-provider-credentials
4242
######################################################################################################################################
4343
crossplane-provider-configs:

helm/umbrella/blueprints/example-nested.zzz.shoot.live.k8s-hana.ondemand.com/landscape-definition/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ crossplane-provider-sap-btp-account:
2121
#-------------------------------------------------------------------------------------------------------------------------#
2222
- name: "subAccount1"
2323
forProvider:
24-
displayName: "CO Managed Control Plane Blueprint Sub-Account"
25-
description: "Sub Account managed by CO MCP & IaD"
24+
displayName: "Open Managed Control Plane Blueprint Sub-Account"
25+
description: "Sub Account managed by Open MCP & IaD"
2626
subdomain: ""
2727
region: ""
2828
subaccountAdminEmails: *subaccountAdminEmails

helm/umbrella/blueprints/example-nested.zzz.shoot.live.k8s-hana.ondemand.com/landscape-provider-cfgs-credentials/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ external-secrets-config:
1111
# provider -- https://external-secrets.io/latest/api/spec/
1212
provider:
1313
vault:
14-
server: ""
14+
server: "vault.example"
1515
namespace: ""
1616
path: "k8s-clusters"
1717
version: "v2"

helm/umbrella/blueprints/include-custom-helm-charts.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ external-secrets-config:
1212
# provider -- https://external-secrets.io/latest/api/spec/
1313
provider:
1414
vault:
15-
server: ""
15+
server: "vault.example"
1616
namespace: ""
1717
path: "k8s-clusters"
1818
version: "v2"
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
11
# TL;DR
2-
This template umbrella Helm Chart demonstrates the orchestration of BTP resources such as [BTP Sub Accounts](https://learning.sap.com/learning-journeys/introducing-cloud-security-on-sap-business-technology-platform/using-global-accounts-and-subaccounts_fc42dbb5-5c5b-4903-a3f6-fed3d7f5ee22) and [BTP Entitlements](https://help.sap.com/docs/btp/sap-business-technology-platform/managing-entitlements-and-quotas-using-cockpit?locale=322080db84734e9b8812ede13703b83c.html).
3-
4-
{{ template "chart.header" . }}
5-
{{ template "chart.deprecationWarning" . }}
6-
7-
{{ template "chart.badgesSection" . }}
8-
9-
{{ template "chart.description" . }}
10-
11-
{{ template "chart.homepageLine" . }}
12-
13-
{{ template "chart.maintainersSection" . }}
14-
15-
{{ template "chart.sourcesSection" . }}
16-
17-
{{ template "chart.requirementsSection" . }}
18-
19-
{{ template "chart.valuesSection" . }}
20-
21-
{{ template "helm-docs.versionFooter" . }}
2+
This template umbrella Helm Chart demonstrates the orchestration of BTP resources such as [BTP Sub Accounts](https://learning.sap.com/learning-journeys/introducing-cloud-security-on-sap-business-technology-platform/using-global-accounts-and-subaccounts_fc42dbb5-5c5b-4903-a3f6-fed3d7f5ee22) and [BTP Entitlements](https://help.sap.com/docs/btp/sap-business-technology-platform/managing-entitlements-and-quotas-using-cockpit?locale=322080db84734e9b8812ede13703b83c.html).

helm/umbrella/blueprints/migration-test-provider-btp-accounts.abc.shoot.live.k8s-hana.ondemand.com/values.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ tags: # see ./Chart.yaml @url: https://helm.sh/docs/topics/charts/#tags-and-cond
77
crossplane-provider-configs:
88
providerConfigs:
99
btpSapCrossplane:
10-
- providerConfigRefName: "btp-account-mcp-blueprints"
10+
- providerConfigRefName: "btp-account-provider-config"
1111
globalAccountSubDomain: "b81eca48-daa3-4515-951c-f499da5d64d5"
12-
#cliServerUrl: "https://cli.btp.cloud.sap"
1312
cliServerUrl: "https://cli.btp.cloud.sap"
1413
cisCredentials:
1514
source: "Secret"
@@ -40,16 +39,16 @@ crossplane-provider-sap-btp-account:
4039
#amount: 1
4140
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
4241
accounts:
43-
- accountBtpOrchestrateCloudProviderConfigRefName: "btp-account-mcp-blueprints"
44-
btpSapCrossplaneProviderConfigRefName: "btpSapCrossplaneProviderConfigRefName"
42+
- accountBtpOrchestrateCloudproviderConfigRefName: "btp-account-provider-config"
43+
btpSapCrossplaneProviderConfigRefName: "btp-account-provider-config"
4544
#-------------------------------------------------------------------------------------------------------------------------#
4645
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
4746
subAccounts:
4847
#-------------------------------------------------------------------------------------------------------------------------#
4948
- name: "subAccount1"
5049
forProvider:
5150
displayName: "MCP #1 Blueprint Sub-Account #1"
52-
description: "Sub Account managed by MCP & IaD from MCP #2"
51+
description: "Sub Account managed by OpenMCP & IaD from OpenMCP #2"
5352
subdomain: blueprint-test-1
5453
region: ""
5554
subaccountAdmins: *subaccountAdminEmails
@@ -68,7 +67,7 @@ crossplane-provider-sap-btp-account:
6867
- name: "subAccount2"
6968
forProvider:
7069
displayName: "MCP #1 Blueprint Sub-Account #2"
71-
description: "Sub Account managed by MCP & IaD from MCP #2 new"
70+
description: "Sub Account managed by OpenMCP & IaD from OpenMCP #2 new"
7271
subdomain: blueprint-test-2
7372
region: ""
7473
subaccountAdmins: *subaccountAdminEmails
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
11
# TL;DR
2-
This template umbrella Helm Chart demonstrates the orchestration of BTP resources such as [BTP Sub Accounts](https://learning.sap.com/learning-journeys/introducing-cloud-security-on-sap-business-technology-platform/using-global-accounts-and-subaccounts_fc42dbb5-5c5b-4903-a3f6-fed3d7f5ee22) and [BTP Entitlements](https://help.sap.com/docs/btp/sap-business-technology-platform/managing-entitlements-and-quotas-using-cockpit?locale=322080db84734e9b8812ede13703b83c.html) within a [OCM](https://ocm.software) package.
3-
4-
{{ template "chart.header" . }}
5-
{{ template "chart.deprecationWarning" . }}
6-
7-
{{ template "chart.badgesSection" . }}
8-
9-
{{ template "chart.description" . }}
10-
11-
{{ template "chart.homepageLine" . }}
12-
13-
{{ template "chart.maintainersSection" . }}
14-
15-
{{ template "chart.sourcesSection" . }}
16-
17-
{{ template "chart.requirementsSection" . }}
18-
19-
{{ template "chart.valuesSection" . }}
20-
21-
{{ template "helm-docs.versionFooter" . }}
2+
This template umbrella Helm Chart demonstrates the orchestration of BTP resources such as [BTP Sub Accounts](https://learning.sap.com/learning-journeys/introducing-cloud-security-on-sap-business-technology-platform/using-global-accounts-and-subaccounts_fc42dbb5-5c5b-4903-a3f6-fed3d7f5ee22) and [BTP Entitlements](https://help.sap.com/docs/btp/sap-business-technology-platform/managing-entitlements-and-quotas-using-cockpit?locale=322080db84734e9b8812ede13703b83c.html) within a [OCM](https://ocm.software) package.

0 commit comments

Comments
 (0)