Skip to content

Commit

Permalink
chore: removed all the catenax-ng references from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Sep 11, 2024
1 parent dbc420c commit 0bc1ef0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The following environment variables must be set in [build and deploy](./dpp-fron
../buildAndDeploy.sh consumer-frontend
```

You can run the application in docker container with existing image `ghcr.io/catenax-ng/tx-digital-product-pass/digital-product-pass-frontend:latest` from GitHub packages. You need to update the [build and deploy](./buildAndDeploy.sh) script.
You can run the application in docker container with existing image `docker.io/tractusx/digital-product-pass-frontend:latest` from GitHub packages. You need to update the [build and deploy](./buildAndDeploy.sh) script.

The consumer frontend is available in browser at [http://localhost:8080](http://localhost:8080)

Expand Down
1 change: 0 additions & 1 deletion charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ oauth:
header: "X-Api-Key"
secret: "<api-key>"

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
resources:
limits:
Expand Down
1 change: 0 additions & 1 deletion deployment/local/postman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ This technical guide depicts the digital product pass end-to-end API calls throu
- ***bpn***


For more technical documentation, please refer to the [catenax-at-home-getting-started-guide](https://catenax-ng.github.io/docs/guides/catenax-at-home)
1 change: 0 additions & 1 deletion docs/GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ __Note:__ Adjust the URLs according to the _local_ (`http://localhost:port/`) or
_integration_ (`https://dpp.int.demo.catena-x.net/`) environments.

- [Documentation of EDC Data Transfer](https://github.com/eclipse-tractusx/tractusx-edc/blob/main/docs/usage/management-api-walkthrough/06_transferprocesses.md)
- [End-to-End Use Case](https://catenax-ng.github.io/docs/guides/catenax-at-home#end-to-end-use-case)


## NOTICE
Expand Down
3 changes: 0 additions & 3 deletions docs/security/secrets-management/SecretsManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Some examples below:

**Note:** ***/data/*** path is always be placed after ***material-pass***, though it is not defined in a vault directory structure. AVP uses this data path itself internally.

To use a vault and create new secret, please look here: [how to-use vault create a secret](https://catenax-ng.github.io/docs/guides/how-to-use-vault#create-a-secret)

## Local Run

Expand Down Expand Up @@ -96,8 +95,6 @@ If dpp frontend is run using docker, the following environment variables must be

The required variables must be set in values-*.yaml file manually.

Further info about vault plugin for helm charts: [argocd-vault-plugin-helm](https://catenax-ng.github.io/docs/guides/ArgoCD/howto-use-vault-secrets-with-argocd#argocd-vault-plugin-helm)


## Secrets Scanning

Expand Down

0 comments on commit 0bc1ef0

Please sign in to comment.