[bitnami/kong] Fix lint problem (#4371)

This commit is contained in:
Francisco de Paz Galán
2020-11-16 10:12:44 +01:00
committed by GitHub
parent 4cece1a4db
commit 198cad801b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: kong
version: 2.0.2
version: 2.0.3
appVersion: 2.2.0
description: Kong is a scalable, open source API layer (aka API gateway or API middleware) that runs in front of any RESTful API. Extra functionalities beyond the core platform are extended through plugins. Kong is built on top of reliable technologies like NGINX and provides an easy-to-use RESTful API to operate and configure the system.
keywords:

View File

@@ -342,6 +342,6 @@ spec:
secretName: {{ .Values.kong.initScriptsSecret }}
defaultMode: 0755
{{- end }}
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 6 }}
{{- end }}
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- end }}