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/*'
|
||||
template:
|
||||
metadata:
|
||||
name: '{{index .path.segments 2}}-{{index .path.segments 3}}'
|
||||
name: '{{index .path.segments 2}}'
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
|
Loading…
Add table
Reference in a new issue