@@ -48,15 +48,6 @@ Set these variables according to your deployment **before starting**:
4848export NAMESPACE=" your-namespace" # e.g., "production", "staging"
4949export RELEASE_NAME=" your-release" # e.g., "my-app", "backend-service"
5050export POSTGRES_POD=" ${RELEASE_NAME} -postgresql-0" # StatefulSet pod name
51-
52- # # NOTICE
53-
54- This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
55-
56- - SPDX-License-Identifier: CC-BY-4.0
57- - SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
58- - SPDX-FileCopyrightText: 2026 Catena-X Automotive Network e.V.
59- - SPDX-FileCopyrightText: 2026 LKS Next
6051export PG_USER=" postgres" # PostgreSQL admin user
6152export PG_DATABASE=" your-database" # Main database name
6253export SECRET_NAME=" your-postgres-secret" # Secret containing passwords
@@ -521,5 +512,6 @@ postgresql: # Note: uses alias in Chart.yaml
521512This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
522513
523514- SPDX-License-Identifier : CC-BY-4.0
524- - SPDX-FileCopyrightText : 2025, 2026 Contributors to the Eclipse Foundation
525- - Source URL : https://github.com/eclipse-tractusx
515+ - SPDX-FileCopyrightText : 2026 Contributors to the Eclipse Foundation
516+ - SPDX-FileCopyrightText : 2026 Catena-X Automotive Network e.V.
517+ - SPDX-FileCopyrightText : 2026 LKS Next
0 commit comments