mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-15 16:16:27 +10:00
[bitnami/influxdb] Fix podManagementPolicy value name (#3143)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user