mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
[bitnami/kong] Fix lint problem (#4371)
This commit is contained in:
committed by
GitHub
parent
4cece1a4db
commit
198cad801b
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user