Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This commit fixes a bug that removed CILIUM_HELM_EXTRA_ARGS #5

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

darox
Copy link
Contributor

@darox darox commented Jun 27, 2023

The bug has been introduced in 7f3e698.

I tested with

variable "cilium_helm_values_override_file" {
  default     = "override.yaml"
  description = "The path to the override file containing the values to use when installing Cilium."
  type        = string
}

Where override was

cilium:
 kubeProxyReplacement: partial

And without an override.yaml

Also I made a test with

//cilium_helm_extra_args

@darox darox merged commit 03d71b2 into main Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants