Skip to content

Commit

Permalink
Feat: 🚀 removed unnecessary attributes from cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent 3af9d2c commit 46f63c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion override_values.tf
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ resources:
resource "local_file" "certification_manager_helm_config" {
count = var.certification_manager && (var.certification_manager_helm_config == null) ? 1 : 0
content = <<EOT
## Node affinity for particular node in which labels key is "Infra-Services" and value is "true"
affinity:
nodeAffinity:
Expand Down

0 comments on commit 46f63c8

Please sign in to comment.