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

ConfigMap "netbox" is invalid: [data[extra-%!s(int=0).yaml] #433

Closed
holmesb opened this issue Dec 5, 2024 · 0 comments · Fixed by #434
Closed

ConfigMap "netbox" is invalid: [data[extra-%!s(int=0).yaml] #433

holmesb opened this issue Dec 5, 2024 · 0 comments · Fixed by #434
Labels
bug Something isn't working

Comments

@holmesb
Copy link

holmesb commented Dec 5, 2024

The Helm chart version

5.0.0-beta.155

Environment Versions

Kubernetes v1.31.0

Custom chart values

extraConfig:
  - values:
      key: value

Current Behavior & Steps to Reproduce

Error: UPGRADE FAILED: failed to create resource: ConfigMap "netbox" is invalid: [data[extra-%!s(int=0).yaml]: Invalid value: "extra-%!s(int=0).yaml": a valid config key must consist of alphanumeric characters, '-', '_' or '.' (e.g. 'key.name',  or 'KEY_NAME',  or 'key-name', regex used for validation is '[-._a-zA-Z0-9]+')

the extraConfig keys are now in invalid format: extra-%!s(int=0).yaml: |- , not sure what they were before.

Seems related to #405 @LeoColomb

Expected Behavior

Helm release deploys

NetBox Logs

No response

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

Successfully merging a pull request may close this issue.

1 participant