adovy
Results
2
issues of
adovy
/kind bug **What happened?** Getting Pod error FailedAttachVolume: AttachVolume.Attach failed for volume "pvc-XXX" : rpc error: code = Internal desc = Could not attach volume "vol-XXX" to node "i-XXX": attachment...
kind/bug
lifecycle/rotten
it seems that `run_cmd` is executed twice. terragrunt.hcl: ```terraform include { path = find_in_parent_folders("terragrunt.hcl") } locals { common_vars = read_terragrunt_config(find_in_parent_folders("terragrunt.hcl")) } ``` Parent terragrunt.hcl: ```terraform locals { test = run_cmd("python",...
p:needs triage