Skip to content

Commit

Permalink
Update deployment.yaml (#246)
Browse files Browse the repository at this point in the history
* Update deployment.yaml

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Stefan Wiedemann and github-actions[bot] authored May 6, 2024
1 parent f6475fb commit f07a044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/odrl-pap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: odrl-pap
version: 0.0.10
version: 0.0.11
appVersion: 0.0.1
description: A Helm chart for running the odrl-pap on kubernetes.
icon: https://fiware.github.io/catalogue/img/fiware.png
Expand Down
2 changes: 1 addition & 1 deletion charts/odrl-pap/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
resources:
{{- toYaml .Values.deployment.resources | nindent 12 }}
volumes:
{{- if .Values.additionalMappings.enabled }}
{{- if .Values.additionalMapping.enabled }}
- name: mappings
configMap:
name: {{ include "pap.fullname" . }}-mapping
Expand Down

0 comments on commit f07a044

Please sign in to comment.