Skip to content

Commit ecea08b

Browse files
committed
fix: rename subaccountAdminEmails to subaccountAdmins in values.yaml files
1 parent 446d4f4 commit ecea08b

File tree

7 files changed

+16
-16
lines changed
  • helm/umbrella/blueprints
    • btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com
    • btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com
    • btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com
    • example-nested.zzz.shoot.live.k8s-hana.ondemand.com/landscape-definition
    • migration-test-provider-btp-accounts.abc.shoot.live.k8s-hana.ondemand.com
    • ocm-package-provider-btp-accounts.abc.shoot.live.k8s-hana.ondemand.com
    • provider-btp-accounts.abc.shoot.live.k8s-hana.ondemand.com

7 files changed

+16
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ crossplane-provider-configs:
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
6464
cfAdminEmails: &cfAdminEmails []
65-
subaccountAdminEmails: &subaccountAdminEmails []
65+
subaccountAdmins: &subaccountAdmins []
6666
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
6767
btpEntitlements: &btpEntitlements
6868
- name: "cis-local"
@@ -83,7 +83,7 @@ crossplane-provider-sap-btp-account:
8383
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
8484
subdomain: "exmpl-dev-eu01"
8585
region: "eu01"
86-
subaccountAdminEmails: *subaccountAdminEmails
86+
subaccountAdmins: *subaccountAdmins
8787
entitlements: *btpEntitlements
8888
services:
8989
serviceManager: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ crossplane-provider-configs:
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
6464
cfAdminEmails: &cfAdminEmails []
65-
subaccountAdminEmails: &subaccountAdminEmails []
65+
subaccountAdmins: &subaccountAdmins []
6666
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
6767
btpEntitlements: &btpEntitlements
6868
- name: "kymaruntime-gcp"
@@ -88,7 +88,7 @@ crossplane-provider-sap-btp-account:
8888
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
8989
subdomain: "exmpl-dev-eu01"
9090
region: "eu01"
91-
subaccountAdminEmails: *subaccountAdminEmails
91+
subaccountAdmins: *subaccountAdmins
9292
entitlements: *btpEntitlements
9393
services:
9494
serviceManager: true
@@ -101,7 +101,7 @@ crossplane-provider-sap-btp-environment:
101101
name: "kyma-test"
102102
forProvider:
103103
parameters:
104-
administrators: *subaccountAdminEmails
104+
administrators: *subaccountAdmins
105105
autoScalerMax: 9
106106
autoScalerMin: 6
107107
machineType: "n2-standard-48"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ crossplane-provider-configs:
6161
key: btp-service-account-provider-credentials
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
64-
subaccountAdminEmails: &subaccountAdminEmails []
64+
subaccountAdmins: &subaccountAdmins []
6565
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
6666
btpEntitlements: &btpEntitlements
6767
- name: "cis-local"
@@ -82,7 +82,7 @@ crossplane-provider-sap-btp-account:
8282
description: "Open Managed Control Plane Blueprint"
8383
subdomain: "dev-eu01"
8484
region: "eu01"
85-
subaccountAdminEmails: *subaccountAdminEmails
85+
subaccountAdmins: *subaccountAdmins
8686
entitlements: *btpEntitlements
8787
services:
8888
serviceManager: true

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
@@ -4,7 +4,7 @@ tags: # see ./Chart.yaml @url: https://helm.sh/docs/topics/charts/#tags-and-cond
44
crossplane-provider-sap-btp-account: true
55
#########################################################################################################
66
crossplane-provider-sap-btp-account:
7-
subaccountAdminEmails: &subaccountAdminEmails []
7+
subaccountAdmins: &subaccountAdmins []
88
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
99
entitlementsLegacyLandscape: &entitlementsLegacyLandscape
1010
- name: "auditlog-oauth2"
@@ -25,7 +25,7 @@ crossplane-provider-sap-btp-account:
2525
description: "Sub Account managed by Open MCP & IaD"
2626
subdomain: "dev-eu01"
2727
region: "eu01"
28-
subaccountAdminEmails: *subaccountAdminEmails
28+
subaccountAdmins: *subaccountAdmins
2929
entitlements: *entitlementsLegacyLandscape
3030
#-------------------------------------------------------------------------------------------------------------------------#
3131
######################################################################################################################################

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ crossplane-provider-configs:
2424
key: credentials
2525
#########################################################################################################
2626
crossplane-provider-sap-btp-account:
27-
subaccountAdminEmails: &subaccountAdminEmails []
27+
subaccountAdmins: &subaccountAdmins []
2828
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
2929
entitlementsLegacyLandscape: &entitlementsLegacyLandscape
3030
- name: "auditlog-viewer"
@@ -51,7 +51,7 @@ crossplane-provider-sap-btp-account:
5151
description: "Sub Account managed by OpenMCP & IaD from OpenMCP #2"
5252
subdomain: blueprint-test-1
5353
region: "eu01"
54-
subaccountAdmins: *subaccountAdminEmails
54+
subaccountAdmins: *subaccountAdmins
5555
entitlements: *entitlementsLegacyLandscape
5656
services:
5757
serviceManager: true
@@ -70,6 +70,6 @@ crossplane-provider-sap-btp-account:
7070
description: "Sub Account managed by OpenMCP & IaD from OpenMCP #2 new"
7171
subdomain: blueprint-test-2
7272
region: "eu01"
73-
subaccountAdmins: *subaccountAdminEmails
73+
subaccountAdmins: *subaccountAdmins
7474
#-------------------------------------------------------------------------------------------------------------------------#
7575
#########################################################################################################

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ crossplane-provider-configs:
9595
key: btp-service-account-provider-credentials
9696
#########################################################################################################
9797
crossplane-provider-sap-btp-account:
98-
subaccountAdminEmails: &subaccountAdminEmails []
98+
subaccountAdmins: &subaccountAdmins []
9999
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
100100
entitlementsLegacyLandscape: &entitlementsLegacyLandscape
101101
- name: "auditlog-oauth2"
@@ -116,7 +116,7 @@ crossplane-provider-sap-btp-account:
116116
description: "Sub Account managed by OpenMCP & IaD"
117117
subdomain: mcp-blueprint-test-1
118118
region: "eu01"
119-
subaccountAdminEmails: *subaccountAdminEmails
119+
subaccountAdmins: *subaccountAdmins
120120
entitlements: *entitlementsLegacyLandscape
121121
#-------------------------------------------------------------------------------------------------------------------------#
122122
#########################################################################################################

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ crossplane-provider-configs:
6161
key: btp-service-account-provider-credentials
6262
#########################################################################################################
6363
crossplane-provider-sap-btp-account:
64-
subaccountAdminEmails: &subaccountAdminEmails []
64+
subaccountAdmins: &subaccountAdmins []
6565
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
6666
entitlementsLegacyLandscape: &entitlementsLegacyLandscape
6767
- name: "auditlog-oauth2"
@@ -82,7 +82,7 @@ crossplane-provider-sap-btp-account:
8282
description: "Sub Account managed by OpenMCP & IaD"
8383
subdomain: mcp-blueprint-test-1
8484
region: "eu01"
85-
subaccountAdminEmails: *subaccountAdminEmails
85+
subaccountAdmins: *subaccountAdmins
8686
entitlements: *entitlementsLegacyLandscape
8787
#-------------------------------------------------------------------------------------------------------------------------#
8888
#########################################################################################################

0 commit comments

Comments
 (0)