fix typo in dnsPolicy - home-assistant (#1173)

This commit is contained in:
Stavros Kois
2023-05-01 19:02:14 +03:00
committed by GitHub
parent 9cdcfe73c2
commit 1a30ccdb99
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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