Skip to content

Commit

Permalink
migrate db
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Feb 12, 2025
1 parent 0ee1e97 commit 81e191b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/tpa_single_node/tasks/infra/migrate-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
systemd_file: migrate-db
network: "{{ tpa_single_node_podman_network }}"
kube_file_content: "{{ lookup('ansible.builtin.template', 'manifests/init/dataset/Migrate.yaml.j2') | from_yaml }}"
#configmaps:
# - "{{ tpa_single_node_kube_manifest_dir }}/ConfigMaps/custom-trust-anchor.yaml"
# configmaps:
# - "{{ tpa_single_node_kube_manifest_dir }}/ConfigMaps/custom-trust-anchor.yaml"
4 changes: 2 additions & 2 deletions roles/tpa_single_node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tpa_single_node_pg_port: 5432
tpa_single_node_pg_db: trustify

tpa_single_node_pg_admin: "{{ lookup('env', 'TPA_PG_ADMIN') }}" # postgres
tpa_single_node_pg_admin_passwd: "{{ lookup('env', 'TPA_PG_ADMIN_PASSWORD') }}" #trustify
tpa_single_node_pg_user: "{{ lookup('env', 'TPA_PG_USER') }}" #postgres
tpa_single_node_pg_admin_passwd: "{{ lookup('env', 'TPA_PG_ADMIN_PASSWORD') }}" # trustify
tpa_single_node_pg_user: "{{ lookup('env', 'TPA_PG_USER') }}" # postgres
tpa_single_node_pg_user_passwd: "{{ lookup('env', 'TPA_PG_USER_PASSWORD') }}" # trustify
tpa_single_node_pg_ssl_mode: required

Expand Down

0 comments on commit 81e191b

Please sign in to comment.