fix linter and flux paths
This commit is contained in:
@ -11,6 +11,6 @@ spec:
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
path: ./apps/production
|
||||
path: ./kubernetes/apps/production
|
||||
prune: true
|
||||
wait: true
|
||||
|
@ -20,7 +20,7 @@ metadata:
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./clusters/production
|
||||
path: ./kubernetes/clusters/production
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
@ -9,6 +9,6 @@ spec:
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
path: ./infrastructure
|
||||
path: ./kubernetes/infrastructure
|
||||
prune: true
|
||||
wait: true
|
||||
|
Reference in New Issue
Block a user