Fixed imagePullSecrets (#19705)

Signed-off-by: Shane O'Brien <sobrien@triplelift.com>
This commit is contained in:
Shane O'Brien
2019-12-23 05:17:33 -08:00
committed by Kubernetes Prow Robot
parent 5f8a2d99cc
commit fcbccdfe93
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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) | `[]` |
+1 -1
View File
@@ -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 }}