mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
fix typo in dnsPolicy - home-assistant (#1173)
This commit is contained in:
@@ -3,7 +3,7 @@ description: Home Assistant App for TrueNAS SCALE
|
||||
annotations:
|
||||
title: Home Assistant
|
||||
type: application
|
||||
version: 1.0.83
|
||||
version: 1.0.84
|
||||
apiVersion: v2
|
||||
appVersion: 2023.4.6
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -32,10 +32,10 @@ spec:
|
||||
spec:
|
||||
{{ if .Values.hostNetwork }}
|
||||
hostNetwork: true
|
||||
dnsPoliy: ClusterFirstWithHostNet
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
{{ else }}
|
||||
hostNetwork: false
|
||||
dnsPoliy: ClusterFirst
|
||||
dnsPolicy: ClusterFirst
|
||||
{{ end }}
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
|
||||
Reference in New Issue
Block a user