Merge pull request 'Fix path.segments' (#2) from fix_appset into main
Reviewed-on: #2 Reviewed-by: Micke <kano@sunet.se>
This commit is contained in:
commit
f52102c642
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
- path: 'customers/overlays/*'
|
- path: 'customers/overlays/*'
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{index .path.segments 2}}-{{index .path.segments 3}}'
|
name: '{{index .path.segments 2}}'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|
Loading…
Add table
Reference in a new issue