Skip to content

Commit

Permalink
Revert "updates"
Browse files Browse the repository at this point in the history
This reverts commit 41b6cc0.
  • Loading branch information
aknysh committed Dec 8, 2024
1 parent 1dce45d commit d195ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/stack_processor_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func ProcessYAMLConfigFile(
}
}

// Add the `overrides` section for all components in this stack manifest
// Add the `overrides` section for all components in this manifest
if len(finalTerraformOverrides) > 0 || len(finalHelmfileOverrides) > 0 {
if componentsSection, ok := stackConfigMap["components"].(map[string]any); ok {
// Terraform
Expand Down

0 comments on commit d195ff6

Please sign in to comment.