Fix path
This commit is contained in:
parent
f97d835cbf
commit
d5bad300ba
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ spec:
|
|||
repoURL: 'https://platform.sunet.se/Drive/k8s-manifests'
|
||||
revision: HEAD
|
||||
directories:
|
||||
- path: 'customers/overlays/*/test'
|
||||
- path: 'customers/overlays/*'
|
||||
template:
|
||||
metadata:
|
||||
name: '{{index .path.segments 2}}'
|
||||
|
@ -20,7 +20,7 @@ spec:
|
|||
source:
|
||||
repoURL: 'https://platform.sunet.se/Drive/k8s-manifests'
|
||||
targetRevision: HEAD
|
||||
path: 'customers/overlays/{{index .path.segments 2}}'
|
||||
path: 'customers/overlays/{{index .path.segments 2}}/test'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: '{{index .path.segments 2}}'
|
||||
|
|
Loading…
Add table
Reference in a new issue