path issues

This commit is contained in:
sirius0xdev 2026-01-06 03:51:27 +00:00
parent 8122982e24
commit 1e4904b25d
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: customer1 namespace: customer1
resources: resources:
- ./base/customer1 - ../../base/customer1/

View file

@ -10,7 +10,7 @@ spec:
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ../../apps/staging/customer1/ path: ../../apps/staging/customer1
prune: true prune: true
decryption: decryption:
provider: sops provider: sops