Skip to content

Commit

Permalink
Add consumer edc
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Jul 1, 2024
1 parent 7ef97fc commit 16be100
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/association/consumer-edc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tractusx-connector:
enabled: true
hashicorp:
url: <path:semantics/data/consumer-edc#vault-hashicorp-url>
token:
timeout: 30
healthCheck:
enabled: true
Expand Down
11 changes: 11 additions & 0 deletions environments/association/provider-dtr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: provider-edc
description: A Helm chart that allows to easily set up a decentral registry behind an EDC
type: application
version: 0.1.0
appVersion: 0.1.0

dependencies:
- name: digital-twin-registry
epository: https://eclipse-tractusx.github.io/sldt-digital-twin-registry
version: 0.4.11
28 changes: 28 additions & 0 deletions environments/association/provider-dtr/argocd_app_deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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: argoproj.io/v1alpha1
kind: Application
metadata:
name: provider-dtr
spec:
destination:
namespace: product-semantics
server: 'https://kubernetes.default.svc'
source:
path: environments/association/provider-dtr
repoURL: 'https://github.com/eclipse-tractusx/sldt-digital-twin-registry.git'
targetRevision: feature/include-deployment-edc
plugin:
env:
- name: AVP_SECRET
value: vault-secret
project: project-semantics
1 change: 1 addition & 0 deletions environments/association/provider-dtr/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
digital-twin-registry:

0 comments on commit 16be100

Please sign in to comment.