Skip to content

Commit

Permalink
Ignore failures during post-delete of Rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeightley authored and dkeightley committed Feb 16, 2025
1 parent 300edcb commit 081e5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rancher/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ locals {
"hostname: ${var.rancher_hostname}",
"bootstrapPassword: ${var.rancher_bootstrap_password}",
"replicas: ${var.rancher_replicas}",
"global.cattle.psp.enabled: false"
"global.cattle.psp.enabled: false",
"postDelete.ignoreTimeoutError: true"
]
rancher_private_ca_values = var.tls_source == "secret" && var.cacerts_path != null ? [
"privateCA: true"
Expand Down

0 comments on commit 081e5fe

Please sign in to comment.