Skip to content

Commit

Permalink
Merge pull request #25 from xenit-eu/workshop-bugfix
Browse files Browse the repository at this point in the history
Bugfix to stop the chart from breaking when no envFrom variable is pa…
  • Loading branch information
thijslemmens authored Oct 19, 2022
2 parents 2633867 + ba93549 commit 9b618d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xenit-alfresco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions xenit-alfresco/templates/acs/acs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ spec:
name: db-secret
- secretRef:
name: mq-secret
{{- if .Values.acs.envFrom }}
{{ toYaml .Values.acs.envFrom | nindent 10 }}
{{- end }}
ports:
- containerPort: 8080
protocol: TCP
Expand Down

0 comments on commit 9b618d4

Please sign in to comment.