mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
Fix indentation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
dependencies:
|
||||
- name: kibana
|
||||
version: 5.x.x
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: kibana.enabled
|
||||
- name: kibana
|
||||
version: 5.x.x
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: kibana.enabled
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
|
||||
##
|
||||
global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
## Coordinating name to be used in the Kibana subchart (service name)
|
||||
##
|
||||
coordinating:
|
||||
@@ -740,7 +740,7 @@ kibana:
|
||||
enabled: true
|
||||
elasticsearch:
|
||||
hosts:
|
||||
- '{{ include "elasticsearch.coordinating.fullname" . }}'
|
||||
- '{{ include "elasticsearch.coordinating.fullname" . }}'
|
||||
port: 9200
|
||||
## String to partially override elasticsearch.fullname template in the kibana subchart
|
||||
##
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
|
||||
##
|
||||
global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
## Coordinating name to be used in the Kibana subchart (service name)
|
||||
##
|
||||
coordinating:
|
||||
@@ -740,7 +740,7 @@ kibana:
|
||||
enabled: false
|
||||
elasticsearch:
|
||||
hosts:
|
||||
- '{{ include "elasticsearch.coordinating.fullname" . }}'
|
||||
- '{{ include "elasticsearch.coordinating.fullname" . }}'
|
||||
port: 9200
|
||||
## String to partially override elasticsearch.fullname template in the kibana subchart
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user