Skip to content

Commit

Permalink
Adjusting name
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Feb 5, 2024
1 parent 2d8fc64 commit 0e0f872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3750,7 +3750,7 @@ module "bottlerocket_update_operator" {
create_release = var.create_kubernetes_resources

# https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/develop/deploy/charts/bottlerocket-update-operator/Chart.yaml
name = try(var.bottlerocket_update_operator.name, "bottlerocket-update-operator-crds")
name = try(var.bottlerocket_update_operator.name, "bottlerocket-update-operator")
description = try(var.bottlerocket_update_operator.description, "A Helm chart for Bottlerocket Update Operator")
chart = try(var.bottlerocket_update_operator.chart, "bottlerocket-update-operator")
chart_version = try(var.bottlerocket_update_operator.version, "1.3.0")
Expand Down

0 comments on commit 0e0f872

Please sign in to comment.