Skip to content

Commit

Permalink
Merge pull request ocp-power-automation#423 from Prajyot-Parab/csi_dr…
Browse files Browse the repository at this point in the history
…iver

csi driver installation minor fix
  • Loading branch information
ppc64le-cloud-bot authored Jun 7, 2022
2 parents 200595f + 89a3696 commit d7a5ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/5_install/install.tf
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ resource "null_resource" "csi_driver_install" {
depends_on = [null_resource.install]
count = var.csi_driver_install ? 1 : 0

triggers = {
worker_count = length(var.worker_ips)
}

connection {
type = "ssh"
user = var.rhel_username
Expand Down

0 comments on commit d7a5ffb

Please sign in to comment.