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

existingSecret name is hard coded #13

Closed
drbothen opened this issue Mar 12, 2020 · 2 comments
Closed

existingSecret name is hard coded #13

drbothen opened this issue Mar 12, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@drbothen
Copy link

drbothen commented Mar 12, 2020

It looks like the exsistingSecret was accidently hard coded to the name of the pod based on the error i was getting noty able to mount secret and the following lines in the deployment template:

- name: secrets
         secret:
           secretName: {{ include "netbox.fullname" . }}
@drbothen drbothen changed the title exsistingSecret exsistingSecret name is hard coded Mar 12, 2020
@bootc bootc self-assigned this Mar 15, 2020
@bootc bootc added the bug Something isn't working label Mar 15, 2020
@bootc bootc changed the title exsistingSecret name is hard coded existingSecret name is hard coded Mar 15, 2020
@bootc
Copy link
Member

bootc commented Apr 26, 2020

Ugh sorry I dropped the ball on this. I've got a fix in the wings and am planning to push an updated chart in the next few hours.

bootc added a commit that referenced this issue Apr 26, 2020
@bootc bootc closed this as completed in cef70d5 Apr 26, 2020
@bootc
Copy link
Member

bootc commented Apr 26, 2020

This is fixed in chart version 2.1.0, which includes NetBox 2.8.1 (but can support NetBox 2.7.11 or above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants