Skip to content

Commit

Permalink
chore(envs): disable seeding for generic template, beta and pen (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Mar 12, 2024
1 parent 5d23ddd commit f210d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consortia/environments/centralidp/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ secrets:
replicationPassword: "<path:portal/data/beta/iam/centralidp-postgres#replication-password>"

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

seeding:
enabled: true
enabled: false
initContainers:
- name: init-cx-central
image: docker.io/tractusx/portal-iam-consortia:v2.1.0
Expand Down
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:v2.1.0-iam"
initContainers:
- name: init-cx-central
Expand Down

0 comments on commit f210d86

Please sign in to comment.