-
Notifications
You must be signed in to change notification settings - Fork 15
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
terraform helm_repository deprecated #4
Comments
Similar to lablabs/terraform-aws-eks-external-dns#7 |
This will be fixed in pull-request #5 . |
Thanks. |
@ismailyenigul, we already know about this and we will fix it in separate branch / pull-request. |
@karol-bujacek ok cool. I deployed alb ingress and external dns but did not work on my EKS. then I had to deploy them manually. btw, the helm chart expect that kubectl configured to use the current k8s cluster. you might want to run aws eks update-kubeconfig --name $clustername for this case.
|
@ismailyenigul we are preparing a PR where you can find an example in which we address the issue. We will let you know once it's ready. |
@ismailyenigul , now it is possible to use custom image tag in the Helm chart. We have completely remove values template file and we are using set blocks for changes instead. Take a look at pull-request #6 for more details. |
Thanks @karol-bujacek One more thing the latest chart version is
|
just deployed from master branch with chart version is 1.0.2
I added the following settings to make it work. It is better to set in variables by default
|
@ismailyenigul , I agree that region and VPC configuration may not be obvious and it might cause errors like yours. Although, we prefer not to override these settings by default – I think it may cause troubles with overriding these values by mistake or constantly repeating these two values juts because you want to add different one. In the future we want to improve this configuration. |
@ismailyenigul , thank you. We will update the version after some testing – 0.1.13 and 1.0.2 looks like too big leap. |
Getting the following error while deploying this terraform module.
The text was updated successfully, but these errors were encountered: