command: remove conditional envoy bootstrap generation for versions <=1.10.0 since those are not supported (#8855)
This commit is contained in:
parent
d257b49601
commit
7d18407e6a
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:improvement
|
||||||
|
command: remove conditional envoy bootstrap generation for versions <=1.10.0 since those are not supported
|
||||||
|
```
|
|
@ -200,7 +200,6 @@ const bootstrapTemplate = `{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{{- if ne .EnvoyVersion "1.10.0"}}
|
|
||||||
},
|
},
|
||||||
"layered_runtime":{
|
"layered_runtime":{
|
||||||
"layers": [
|
"layers": [
|
||||||
|
@ -213,7 +212,6 @@ const bootstrapTemplate = `{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
{{- end }}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue