Skip to content

Commit

Permalink
Merge pull request #3 from sngular/fix-envs
Browse files Browse the repository at this point in the history
Fix environment values section
  • Loading branch information
Manuel Morejón committed May 23, 2021
2 parents 9780a46 + 4ce4ffd commit b693357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/echobot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: echobot
description: A Helm chart for the echobot service
type: application
version: 0.2.0
version: 0.2.1
appVersion: "v0.1.3"
maintainers:
- email: manuel.morejon@users.noreply.github.com
Expand Down
2 changes: 2 additions & 0 deletions charts/echobot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.env }}
env:
{{- toYaml .Values.env | nindent 12 }}
{{- end }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
Expand Down

0 comments on commit b693357

Please sign in to comment.