[bitnami/influxdb] Fix podManagementPolicy value name (#3143)

This commit is contained in:
Geoffrey Gouez
2020-07-17 10:40:45 +02:00
committed by GitHub
parent 7491db3060
commit c11db37c65
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
version: 0.6.0
version: 0.6.1
annotations:
category: Database
@@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/component: influxdb
spec:
serviceName: {{ include "influxdb.fullname" . }}-headless
podManagementPolicy: {{ .Values.influxdb.podManangementPolicy }}
podManagementPolicy: {{ .Values.influxdb.podManagementPolicy }}
replicas: {{ .Values.influxdb.replicaCount }}
updateStrategy:
type: {{ .Values.influxdb.updateStrategy }}
+1 -1
View File
@@ -145,7 +145,7 @@ influxdb:
##
updateStrategy: RollingUpdate
## Pod Management Policy can be OrderedReady ot Parallel
## Pod Management Policy can be OrderedReady or Parallel
## ref: https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#parallel-pod-management
##
podManagementPolicy: OrderedReady
+1 -1
View File
@@ -146,7 +146,7 @@ influxdb:
##
updateStrategy: RollingUpdate
## Pod Management Policy can be OrderedReady ot Parallel
## Pod Management Policy can be OrderedReady or Parallel
## ref: https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#parallel-pod-management
##
podManagementPolicy: OrderedReady