Attempt to realign namespaces
This commit is contained in:
parent
6004736973
commit
bb63d98c68
@ -3,7 +3,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: secret-generator
|
||||
namespace: default
|
||||
namespace: flux-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
@ -11,6 +11,7 @@ spec:
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: secret-generator-source
|
||||
namespace: flux-system
|
||||
version: 3.3.4
|
||||
interval: 3m0s
|
||||
|
||||
targetNamespace: default
|
||||
|
||||
@ -3,7 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: secret-generator-source
|
||||
namespace: default
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 8h0m0s
|
||||
url: https://helm.mittwald.de
|
||||
|
||||
Loading…
Reference in New Issue
Block a user