Skip to content

Commit

Permalink
Correctly ref init containers (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 authored Nov 22, 2021
1 parent 26723ef commit 0f26863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sorry-cypress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sorry-cypress
description: A Helm chart for Sorry Cypress
type: application
version: 1.1.2
version: 1.1.3
appVersion: 1.1.1
home: https://sorry-cypress.dev/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/sorry-cypress/templates/deployment-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ spec:
volumes: null
{{- if .Values.director.initContainers }}
initContainers:
{{- include "common.tplvalues.render" (dict "value" .Values.api.initContainers "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.director.initContainers "context" $) | nindent 8 }}
{{- end }}

0 comments on commit 0f26863

Please sign in to comment.