From 7530ab555e13f5cfeaa841607a83547b585ae62c Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 19 Aug 2020 16:18:45 +0200 Subject: [PATCH] fix hostNetwork error --- charts/cups-airprint/Chart.yaml | 2 +- charts/cups-airprint/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cups-airprint/Chart.yaml b/charts/cups-airprint/Chart.yaml index 68c0137..3e290d1 100644 --- a/charts/cups-airprint/Chart.yaml +++ b/charts/cups-airprint/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 71cbcf1..4581ee9 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} {{- if .Values.hostNetwork }} - hostNetwork: {{ .Values.controller.hostNetwork }} + hostNetwork: {{ .Values.hostNetwork }} {{- end }} {{- with .Values.nodeSelector }} nodeSelector: