Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jun 3, 2023
2 parents 2bcfb02 + 5c36558 commit b937885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tigera-operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ locals {
chart_version = local.helm_dependencies[index(local.helm_dependencies.*.name, "tigera-operator")].version
namespace = "tigera-operator"
create_ns = true
manage_crds = true
manage_crds = false
enabled = false
default_network_policy = true
},
var.tigera-operator
)

# Managing CRDs manually should not be needed anymore since https://github.com/projectcalico/calico/pull/7216

tigera-operator_crds = "https://raw.githubusercontent.com/projectcalico/calico/${local.tigera-operator.chart_version}/manifests/operator-crds.yaml"

calico_crds = "https://raw.githubusercontent.com/projectcalico/calico/${local.tigera-operator.chart_version}/manifests/crds.yaml"
Expand Down

0 comments on commit b937885

Please sign in to comment.