Skip to content

Commit

Permalink
🐛 Fix hard coded namespace in ansible role task (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon committed Jul 10, 2024
1 parent 50dbcfe commit 397aab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/tackle/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
k8s_info:
api_version: v1
kind: Secret
name: "tackle-keycloak-postgresql"
namespace: "konveyor-tackle"
name: "{{ app_name }}-keycloak-postgresql"
namespace: "{{ app_namespace }}"
register: pgsql_secret

- name: "Set the keycloak DB credentials"
Expand Down

0 comments on commit 397aab9

Please sign in to comment.