Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
IanBoden committed Sep 3, 2024
1 parent 0f0fa25 commit 78335d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ibm/mas_devops/roles/grafana/tasks/install/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
- grafana_cr_result.resources[0].status.stageStatus == "success"
retries: 10 # approx 50 minutes before we give up
delay: 60 # 1 minute
when: grafana_major_version == 5
when: grafana_major_version == "5"

- name: "install : Wait for grafana v4 to be ready (60s delay)"
kubernetes.core.k8s_info:
Expand All @@ -135,4 +135,4 @@
- grafana_cr_result.resources[0].status.message == "success"
retries: 10 # approx 50 minutes before we give up
delay: 60 # 1 minute
when: grafana_major_version == 4
when: grafana_major_version == "4"
4 changes: 2 additions & 2 deletions ibm/mas_devops/roles/grafana/tasks/uninstall/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- name: "uninstall : Uninstall Grafana Operator v4"
include_tasks: tasks/uninstall/uninstall.yml
vars:
granfana_version: 4
granfana_namespace: "{{grafana_v4_namespace}}"
grafana_version: 4
grafana_namespace: "{{grafana_v4_namespace}}"

- name: "uninstall : Uninstall Grafana Operator v5"
include_tasks: tasks/uninstall/uninstall.yml
Expand Down

0 comments on commit 78335d4

Please sign in to comment.