This commit is contained in:
Lars Delhage 2025-02-18 09:59:38 +01:00
parent f97d835cbf
commit d5bad300ba
Signed by untrusted user: lasse
GPG key ID: 6B250FE35CC876D1

View file

@ -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}}'