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: source.toolkit.fluxcd.io/v1
|
|||
kind: HelmRepository
|
||||
metadata:
|
||||
name: jetstack
|
||||
namespace: flux-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
url: https://charts.jetstack.io
|
||||
interval: 1h
|
||||
|
@ -12,7 +12,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: cert-manager
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
@ -22,7 +22,7 @@ spec:
|
|||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: jetstack
|
||||
namespace: flux-system
|
||||
namespace: {{ .Release.Namespace }}
|
||||
install:
|
||||
crds: CreateReplace
|
||||
createNamespace: true
|
||||
|
@ -56,7 +56,7 @@ apiVersion: cert-manager.io/v1
|
|||
kind: Certificate
|
||||
metadata:
|
||||
name: wildcard-hxme-net
|
||||
namespace: cert-manager
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
secretName: wildcard-hxme-net
|
||||
secretTemplate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue