Skip to content

Commit

Permalink
WIP Kubeblocks addons
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 2, 2025
1 parent be947e1 commit 34ed6fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kubeblocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
hosts: localhost
become: false
vars:
# manage add-ons
# Semaphore does not pass $HOME so path needs to be set explicitly.
k8s_auth_kubeconfig: /home/semaphore/.kube/config
# To use KubeBlocks addons set this Boolean
#use_kb_addons: true
tasks:
- name: Install KubeBlocks
ansible.builtin.include_role:
name: bbaassssiiee.kubeblocks
vars:
use_kb_addons: true

- name: Configure KubeBlocks
ansible.builtin.include_role:
Expand Down

0 comments on commit 34ed6fd

Please sign in to comment.