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

ERROR: assignment to entry in nil map #1

Open
patsevanton opened this issue Jul 22, 2021 · 2 comments
Open

ERROR: assignment to entry in nil map #1

patsevanton opened this issue Jul 22, 2021 · 2 comments

Comments

@patsevanton
Copy link

Hello! Thanks for

Current directory contain templates and emptry templates:

 tree
.
├── Chart.yaml
├── README.md
├── output
├── templates
│   ├── api-gateway-deployment.yaml
│   ├── api-gateway-service.yaml
│   ├── config-server-deployment.yaml
│   ├── config-server-service.yaml
│   ├── customers-service-deployment.yaml
│   ├── customers-service-service.yaml
│   ├── discovery-server-deployment.yaml
│   ├── discovery-server-service.yaml
│   ├── distr-persistentvolumeclaim.yaml
│   ├── tracing-server-deployment.yaml
│   ├── tracing-server-service.yaml
│   ├── vets-service-deployment.yaml
│   ├── vets-service-service.yaml
│   ├── visits-service-deployment.yaml
│   └── visits-service-service.yaml
└── templates1

3 directories, 17 files

Run helmtrans

helmtrans yamltohelm -p templates -o templates1
ERROR: assignment to entry in nil map
@jmorcar
Copy link

jmorcar commented Aug 26, 2022

Same problem when I try to read a group of yamls into a folder (darwin/mac release)

ERROR: assignment to entry in nil map

@jmorcar
Copy link

jmorcar commented Aug 26, 2022

Could it be this fucntion where print that ERROR message?

func Catch() {

Here reference to "ERROR:" message... it shoud build the "ERROR: assignment to entry in nil map" , right?

image

image

The commad seems call to this concatenate functions but I don't find the final functions to do the yaml conversion from helm :

image

Because ScanRestFile (latest func to call in Yamltohelm) is not referenced any more to continue conversion:

image

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

No branches or pull requests

2 participants