Skip to content

Commit

Permalink
chore(consortia): disable default seeding on dev and rc (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Apr 15, 2024
1 parent 70a2b67 commit dccc817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consortia/environments/centralidp/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ secrets:
replicationPassword: "<path:portal/data/dev/iam/centralidp-postgres#replication-password>"

seeding:
enabled: true
enabled: false
image: "docker.io/tractusx/portal-iam-seeding:dev"
initContainers:
- name: init-cx-central
Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/centralidp/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ secrets:
replicationPassword: "<path:portal/data/dev/iam/centralidp-postgres#replication-password>"

seeding:
enabled: true
enabled: false
initContainers:
- name: init-cx-central
image: docker.io/tractusx/portal-iam-consortia:v3.0.0-rc.1
Expand Down

0 comments on commit dccc817

Please sign in to comment.