production: set correct app kustomization namespace

This commit is contained in:
xeruf 2022-06-29 22:49:04 +01:00
parent 0a05dbeb22
commit 0d85ecdb6a
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@ metadata:
name: sources
namespace: stackspout
spec:
interval: 10m
interval: 5m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -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