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

[bitnami/external-dns] allow gcp project autodetection #2841

Merged

Conversation

afirth
Copy link
Contributor

@afirth afirth commented Jun 15, 2020

Description of the change

Don't set the argument --google-project unless a value is provided. Without this argument, autodetection will happen as intended.

Benefits

kubernetes-sigs/external-dns#492 and kubernetes-sigs/external-dns#494 added autodetection of the GCP project, but the empty value provided in values.yaml is still picked up if the arg --google-project= is provided. The args override the env var EXTERNAL_DNS_GOOGLE_PROJECT, meaning this can only be overridden by patching the args array.

Applicable issues

kubernetes-sigs/external-dns/492 and kubernetes-sigs/external-dns/494

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Title of the PR starts with chart name (e.g. [bitnami/chart])

[edited 2020-06-15 - it does work as is, but can't be overridden]

Copy link
Contributor

@miguelaeh miguelaeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @afirth ,
Thank you very much for the PR!!!
LGTM!
Let's wait until the CI/CD updates the images tags.

@bitnami-bot
Copy link
Contributor

I have just updated the bitnami images with the latest known immutable tags:

  • "docker.io/bitnami/external-dns:0.7.2-debian-10-r13"

@miguelaeh miguelaeh merged commit 57a608e into bitnami:master Jun 16, 2020
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.

3 participants