production: set correct app kustomization namespace
This commit is contained in:
parent
0a05dbeb22
commit
0d85ecdb6a
|
@ -3,9 +3,9 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|||
kind: Kustomization
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: stackspout
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
interval: 5m
|
||||
timeout: 30m
|
||||
dependsOn:
|
||||
- name: single-sign-on
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: sources
|
||||
namespace: stackspout
|
||||
spec:
|
||||
interval: 10m
|
||||
interval: 5m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
|
|
|
@ -3,9 +3,9 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|||
kind: Kustomization
|
||||
metadata:
|
||||
name: vikunja
|
||||
namespace: stackspout
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
interval: 5m
|
||||
timeout: 30m
|
||||
dependsOn:
|
||||
- name: single-sign-on
|
||||
|
|
Loading…
Reference in New Issue