mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix comment of default value in hadoop chart (#6367)
This commit is contained in:
committed by
k8s-ci-robot
parent
4719d542b0
commit
e304975134
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models.
|
||||
name: hadoop
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
appVersion: 2.7.3
|
||||
home: https://hadoop.apache.org/
|
||||
sources:
|
||||
|
||||
@@ -6,7 +6,7 @@ imagePullPolicy: IfNotPresent
|
||||
# The version of the hadoop libraries being used in the image.
|
||||
hadoopVersion: 2.7.3
|
||||
|
||||
# Select antiAffinity as either hard or soft, default is hard
|
||||
# Select antiAffinity as either hard or soft, default is soft
|
||||
antiAffinity: "soft"
|
||||
|
||||
hdfs:
|
||||
|
||||
Reference in New Issue
Block a user