Replace namespace with chart namespace
This commit is contained in:
parent
8e62b66b97
commit
71971b7e07
15 changed files with 53 additions and 58 deletions
|
@ -8,7 +8,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
|
|||
kind: HelmRepository
|
||||
metadata:
|
||||
name: grafana
|
||||
namespace: flux-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
url: https://grafana.github.io/helm-charts
|
||||
interval: 1h
|
||||
|
@ -17,6 +17,6 @@ apiVersion: v1
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: wildcard-hxme-net
|
||||
namespace: monitoring
|
||||
namespace: {{ .Release.Namespace }}
|
||||
annotations:
|
||||
replicator.v1.mittwald.de/replicate-from: cert-manager/wildcard-hxme-net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue