Replace namespace with chart namespace
This commit is contained in:
parent
8e62b66b97
commit
71971b7e07
15 changed files with 53 additions and 58 deletions
|
@ -3,7 +3,7 @@ apiVersion: v1
|
|||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: kubernetes-replicator
|
||||
namespace: kube-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
@ -63,13 +63,13 @@ roleRef:
|
|||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: kubernetes-replicator
|
||||
namespace: kube-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: mittwald
|
||||
namespace: flux-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
url: https://helm.mittwald.de
|
||||
interval: 1h
|
||||
|
@ -78,7 +78,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: kubernetes-replicator
|
||||
namespace: kube-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
|
@ -87,7 +87,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: mittwald
|
||||
namespace: flux-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
install:
|
||||
createNamespace: false
|
||||
upgrade:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue