Correct path and namespace.
This commit is contained in:
parent
a60894dc68
commit
e092a9c231
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ metadata:
|
|||
name: &appname snapshot-controller
|
||||
namespace: flux-system
|
||||
spec:
|
||||
targetNamespace: system-controllers
|
||||
targetNamespace: system
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *appname
|
||||
interval: 10m
|
||||
path: "./kubernetes/main/apps/system/snapshot-controller/app"
|
||||
path: "./kubernetes/apps/system/snapshot-controller/app"
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
Reference in a new issue