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
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea
|
name: gitea
|
||||||
namespace: stackspout
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
interval: 5m
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: single-sign-on
|
- name: single-sign-on
|
||||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: sources
|
name: sources
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
interval: 5m
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: stackspout
|
name: stackspout
|
||||||
|
|
|
@ -3,9 +3,9 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: vikunja
|
name: vikunja
|
||||||
namespace: stackspout
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
interval: 5m
|
||||||
timeout: 30m
|
timeout: 30m
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: single-sign-on
|
- name: single-sign-on
|
||||||
|
|
Loading…
Reference in New Issue