From f210d86d48e65864a9d7361e5f47b7e3df1aaa3a Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 12 Mar 2024 11:15:22 +0100 Subject: [PATCH] chore(envs): disable seeding for generic template, beta and pen (#64) --- consortia/environments/centralidp/values-beta.yaml | 2 +- consortia/environments/centralidp/values-pen.yaml | 2 +- consortia/environments/centralidp/values-templategeneric.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consortia/environments/centralidp/values-beta.yaml b/consortia/environments/centralidp/values-beta.yaml index f05975f4..deded43b 100644 --- a/consortia/environments/centralidp/values-beta.yaml +++ b/consortia/environments/centralidp/values-beta.yaml @@ -66,7 +66,7 @@ secrets: replicationPassword: "" seeding: - enabled: true + enabled: false initContainers: - name: init-cx-central image: docker.io/tractusx/portal-iam-consortia:v2.1.0 diff --git a/consortia/environments/centralidp/values-pen.yaml b/consortia/environments/centralidp/values-pen.yaml index 42f76cc6..97a4a1bb 100644 --- a/consortia/environments/centralidp/values-pen.yaml +++ b/consortia/environments/centralidp/values-pen.yaml @@ -66,7 +66,7 @@ secrets: replicationPassword: "" seeding: - enabled: true + enabled: false initContainers: - name: init-cx-central image: docker.io/tractusx/portal-iam-consortia:v2.1.0 diff --git a/consortia/environments/centralidp/values-templategeneric.yaml b/consortia/environments/centralidp/values-templategeneric.yaml index 791831b0..97b0b447 100644 --- a/consortia/environments/centralidp/values-templategeneric.yaml +++ b/consortia/environments/centralidp/values-templategeneric.yaml @@ -66,7 +66,7 @@ secrets: replicationPassword: "" seeding: - enabled: true + enabled: false image: "docker.io/tractusx/portal-iam-seeding:v2.1.0-iam" initContainers: - name: init-cx-central