correct namespace, correct template.
This commit is contained in:
parent
adde7e018b
commit
ff70dcb76a
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: &app influxdb
|
||||
namespace: monitoring
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
@ -69,7 +68,7 @@ spec:
|
|||
main:
|
||||
className: internal-nginx
|
||||
hosts:
|
||||
- host: &host "{{ Release.Name }}.jahanson.tech"
|
||||
- host: &host "{{ .Release.Name }}.jahanson.tech"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue