Skip to content

Commit

Permalink
Remove already setup vars, add missing enters
Browse files Browse the repository at this point in the history
  • Loading branch information
erzetpe committed Feb 10, 2022
1 parent e82c0ab commit 3962b6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ansible/playbooks/roles/rook/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
rook_helm_chart_file_name: rook-ceph-v1.8.1.tgz
rook_chart_namespace: rook-ceph
rook_helm_chart_name: rook-ceph
rook_enabled: true
kubeconfig:
remote: /etc/kubernetes/admin.conf
4 changes: 2 additions & 2 deletions ansible/playbooks/roles/rook/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Prepare configuration and upgrade/install Helm chart
when: rook_enabled
- name: Prepare configuration and upgrade/install Rook Helm chart
when: specification.enabled
become: true
run_once: true

Expand Down
2 changes: 1 addition & 1 deletion schema/common/defaults/configuration/rook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: configuration/rook
title: "Kubernetes Rook Config"
name: default
specification:
enabled: false
enabled: false
2 changes: 1 addition & 1 deletion schema/common/validation/configuration/rook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: "Rook specification schema"
type: object
properties:
enabled:
type: boolean
type: boolean

0 comments on commit 3962b6d

Please sign in to comment.