From 2f75be160690b484ac202ba189a90d0e24bc8c64 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 4 May 2020 12:20:50 +0100 Subject: [PATCH] [aaisp-to-mqtt] Fix secrets --- charts/aaisp-to-mqtt/Chart.yaml | 2 +- charts/aaisp-to-mqtt/templates/secrets.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/aaisp-to-mqtt/Chart.yaml b/charts/aaisp-to-mqtt/Chart.yaml index 70f4d85..710b563 100644 --- a/charts/aaisp-to-mqtt/Chart.yaml +++ b/charts/aaisp-to-mqtt/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "0.2" description: Pulls data from the AAISP CHAOSv2 API into MQTT name: aaisp-to-mqtt -version: 0.1.0 +version: 0.1.1 diff --git a/charts/aaisp-to-mqtt/templates/secrets.yaml b/charts/aaisp-to-mqtt/templates/secrets.yaml index e863c21..fdf22bc 100644 --- a/charts/aaisp-to-mqtt/templates/secrets.yaml +++ b/charts/aaisp-to-mqtt/templates/secrets.yaml @@ -1,4 +1,4 @@ -{{- if Not(.Values.cronjob.existingSecretName) }} +{{- if not .Values.cronjob.existingSecretName }} --- apiVersion: v1 kind: Secret