Skip to content

Commit ded9653

Browse files
author
Carlos Rodriguez Hernandez
committed
Fix indentation
1 parent 820f984 commit ded9653

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
2-
- name: kibana
3-
version: 5.x.x
4-
repository: https://charts.bitnami.com/bitnami
5-
condition: kibana.enabled
2+
- name: kibana
3+
version: 5.x.x
4+
repository: https://charts.bitnami.com/bitnami
5+
condition: kibana.enabled

bitnami/elasticsearch/values-production.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
44
##
55
global:
6-
# imageRegistry: myRegistryName
7-
# imagePullSecrets:
8-
# - myRegistryKeySecretName
9-
# storageClass: myStorageClass
6+
# imageRegistry: myRegistryName
7+
# imagePullSecrets:
8+
# - myRegistryKeySecretName
9+
# storageClass: myStorageClass
1010
## Coordinating name to be used in the Kibana subchart (service name)
1111
##
1212
coordinating:
@@ -740,7 +740,7 @@ kibana:
740740
enabled: true
741741
elasticsearch:
742742
hosts:
743-
- '{{ include "elasticsearch.coordinating.fullname" . }}'
743+
- '{{ include "elasticsearch.coordinating.fullname" . }}'
744744
port: 9200
745745
## String to partially override elasticsearch.fullname template in the kibana subchart
746746
##

bitnami/elasticsearch/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
44
##
55
global:
6-
# imageRegistry: myRegistryName
7-
# imagePullSecrets:
8-
# - myRegistryKeySecretName
9-
# storageClass: myStorageClass
6+
# imageRegistry: myRegistryName
7+
# imagePullSecrets:
8+
# - myRegistryKeySecretName
9+
# storageClass: myStorageClass
1010
## Coordinating name to be used in the Kibana subchart (service name)
1111
##
1212
coordinating:
@@ -740,7 +740,7 @@ kibana:
740740
enabled: false
741741
elasticsearch:
742742
hosts:
743-
- '{{ include "elasticsearch.coordinating.fullname" . }}'
743+
- '{{ include "elasticsearch.coordinating.fullname" . }}'
744744
port: 9200
745745
## String to partially override elasticsearch.fullname template in the kibana subchart
746746
##

0 commit comments

Comments
 (0)