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
|
kind: Kustomization
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
resources:
|
resources:
|
||||||
- ./base/customer1
|
- ../../base/customer1/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue