Skip to content

Commit

Permalink
chore(charts):[eclipse-tractusx#358] add bdrs mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed May 6, 2024
1 parent db3eb51 commit 963b9dd
Showing 1 changed file with 43 additions and 17 deletions.
60 changes: 43 additions & 17 deletions charts/connector/bdrs-mock/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright (c) 2021,2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0. *
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0. *
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -82,5 +82,31 @@ data:
"BPNL00000000DFH0": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL001000TS0100": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003CNKC": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL0073928UJ000": "{{ .Values.didPrefix }}:BPNL00000001CRHK"
"BPNL0073928UJ000": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003AYRE": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003AVTH": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003AWSS": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003B0Q0": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS000000000001": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000007OR16": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS000000815DMY": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS000004711DMY": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS000001111DMY": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS0000000008ZZ": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003B6LU": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000008BDFH": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003B2OM": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003CSGV": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003B5MJ": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003AXS3": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000003B3NX": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNL00000000BJTL": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003CSGV": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003B2OM": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003B5MJ": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003AXS3": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003B3NX": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000000BJTL": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS000000000DQB": "{{ .Values.didPrefix }}:BPNL00000001CRHK",
"BPNS00000003B0Q0": "{{ .Values.didPrefix }}:BPNL00000001CRHK"
}

0 comments on commit 963b9dd

Please sign in to comment.