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