path issues
This commit is contained in:
parent
8122982e24
commit
1e4904b25d
2 changed files with 2 additions and 2 deletions
|
|
@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
namespace: customer1
|
||||
resources:
|
||||
- ./base/customer1
|
||||
- ../../base/customer1/
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
path: ../../apps/staging/customer1/
|
||||
path: ../../apps/staging/customer1
|
||||
prune: true
|
||||
decryption:
|
||||
provider: sops
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue