Skip to content

Commit

Permalink
feat: Allow users to specify namespace for Crossplane addon (aws-ia…
Browse files Browse the repository at this point in the history
…#1103)

Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
2 people authored and allamand committed Dec 15, 2022
1 parent 0b036ff commit a8651d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/crossplane/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
namespace = "crossplane-system"
namespace = try(var.helm_config.namespace, "crossplane-system")

# https://github.com/crossplane/crossplane/blob/master/cluster/charts/crossplane/Chart.yaml
default_helm_config = {
Expand Down

0 comments on commit a8651d4

Please sign in to comment.