pod-spec-set converts config value of 'yes' to 'true'
Bug #1796202 reported by
Jason Hobbs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Ian Booth |
Bug Description
I have a spec_template.yaml that looks like this:
containers:
- name: $name
imageDetails:
imagePath: $docker_image_path
username: $docker_
password: $docker_
ports:
- containerPort: $port
protocol: TCP
config:
Even though I've specified the value of ALLOW_ANONYMOUS
"Env": [
My container is expecting the string 'yes', not 'true', so this breaks it.
This is with 2.5-beta1+
Changed in juju: | |
milestone: | none → 2.5-beta1 |
assignee: | nobody → Ian Booth (wallyworld) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in juju: | |
status: | In Progress → Fix Committed |
tags: | added: cdo-qa |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This might be a yaml parsing rather than Juju. I'll look to see if there is a fix or a workaround.