Bläddra i källkod

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

Stavros Kois 2 år sedan
förälder
incheckning
1a30ccdb99

+ 1 - 1
library/ix-dev/charts/home-assistant/Chart.yaml

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

+ 2 - 2
library/ix-dev/charts/home-assistant/templates/deployment.yaml

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