mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed imagePullSecrets (#19705)
Signed-off-by: Shane O'Brien <sobrien@triplelift.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5f8a2d99cc
commit
fcbccdfe93
@@ -6,7 +6,7 @@ keywords:
|
||||
- aerospike
|
||||
- big-data
|
||||
home: http://aerospike.com
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png
|
||||
sources:
|
||||
- https://github.com/aerospike/aerospike-server
|
||||
|
||||
@@ -33,6 +33,7 @@ The chart can be customized using the following configurable parameters:
|
||||
| `image.repository` | Aerospike Container image name | `aerospike/aerospike-server` |
|
||||
| `image.tag` | Aerospike Container image tag | `4.5.0.5` |
|
||||
| `image.pullPolicy` | Aerospike Container pull policy | `Always` |
|
||||
| `image.pullSecret` | Aerospike Pod pull secret | `` |
|
||||
| `replicaCount` | Aerospike Brokers | `1` |
|
||||
| `command` | Custom command (Docker Entrypoint) | `[]` |
|
||||
| `args` | Custom args (Docker Cmd) | `[]` |
|
||||
|
||||
@@ -91,7 +91,7 @@ spec:
|
||||
path: aerospike.conf
|
||||
{{ if .Values.image.pullSecret }}
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.imagePullSecret }}
|
||||
- name: {{ .Values.image.pullSecret }}
|
||||
{{- end }}
|
||||
volumeClaimTemplates:
|
||||
{{- range $pv := .Values.persistentVolume }}
|
||||
|
||||
Reference in New Issue
Block a user