mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kibana] Prevent "env: Not a table" warnings (#7066)
This commit is contained in:
committed by
k8s-ci-robot
parent
aa93707cad
commit
a72cbc1905
@@ -1,5 +1,5 @@
|
||||
name: kibana
|
||||
version: 0.10.0
|
||||
version: 0.10.1
|
||||
appVersion: 6.3.1
|
||||
description: Kibana is an open source data visualization plugin for Elasticsearch
|
||||
icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
commandline:
|
||||
args:
|
||||
|
||||
env:
|
||||
env: {}
|
||||
# All Kibana configuration options are adjustable via env vars.
|
||||
# To adjust a config option to an env var uppercase + replace `.` with `_`
|
||||
# Ref: https://www.elastic.co/guide/en/kibana/current/settings.html
|
||||
|
||||
Reference in New Issue
Block a user