Skip to content

Commit ac201c3

Browse files
authored
🐛 Update inaccurate RHBK task names (#534)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Changes** * Set RHBK deployment replica count to 1 during secret resource preparation (previously 0), ensuring resources are prepared without conditional readiness constraints. * Switched RHBK Keycloak operation from "Create" to "Update" to make the configuration apply idempotently and reflect ongoing updates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jason Montleon <jmontleo@redhat.com>
1 parent b93a1c8 commit ac201c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/tackle/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
retries: 30
538538
delay: 5
539539

540-
- name: "Set number of RHBK instances to 0 to prepare secret resources"
540+
- name: "Set number of RHBK instances to 1"
541541
set_fact:
542542
rhbk_instances: 1
543543

544-
- name: "Create RHBK Keycloak CR"
544+
- name: "Update RHBK Keycloak CR"
545545
k8s:
546546
state: present
547547
definition: "{{ lookup('template', 'customresource-rhbk-keycloak.yml.j2') }}"

0 commit comments

Comments
 (0)