[chart] fix referencing missing secret

pull/500/head
Denys Havrysh 2020-05-08 12:31:51 +03:00
parent 7f490d1820
commit 25d618b96d
No known key found for this signature in database
GPG Key ID: 6407DC470520CDF7
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
version: 0.8.21
version: 0.8.22
# Note that we use appVersion to get images tag, so make sure this is correct.
appVersion: 0.16.0
keywords:

View File

@ -154,14 +154,16 @@ spec:
# Enable insecure registries
- name: INSECURE_REGISTRY
value: "{{ .Values.insecureRegistry }}"
{{- end }}
{{- end }}
{{- if .Values.aws.region }}
- name: AWS_REGION
value: "{{ .Values.aws.region }}"
{{- end }}
{{- if .Values.secret.create }}
envFrom:
- secretRef:
name: {{ .Values.secret.name | default (include "keel.fullname" .) }}
{{- end }}
ports:
- containerPort: 9300
livenessProbe: