Rebase to pull in changes in common
This commit is contained in:
parent
109d447453
commit
674ea30c86
@ -9,7 +9,7 @@
|
||||
{
|
||||
"name": "POD_NAME",
|
||||
{{- if $deps.pod -}}
|
||||
"value": "{{- $deps.pod . 1 -}}"
|
||||
"value": "{{ index $deps.pod 0 }}"
|
||||
{{- else -}}
|
||||
"valueFrom": {
|
||||
"fieldRef": {
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
{
|
||||
"name": "DEPENDENCY_CONTAINER",
|
||||
"value": "{{ include "joinListWithColon" $deps.container }}"
|
||||
"value": "{{ include "joinListWithComma" $deps.container }}"
|
||||
},
|
||||
{
|
||||
"name": "COMMAND",
|
||||
|
@ -14,7 +14,7 @@ database:
|
||||
|
||||
dependencies:
|
||||
import_resources:
|
||||
pod:
|
||||
pod:
|
||||
- maas-region-0
|
||||
container:
|
||||
- maas-region
|
||||
|
Loading…
x
Reference in New Issue
Block a user