Skip to content

Commit

Permalink
Update deployment.yaml (#243)
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 ff2ddd5 commit 037c1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5
version: 0.0.6
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
4 changes: 2 additions & 2 deletions charts/odrl-pap/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
key: {{ include "pap.passwordKey" . }}
- name: QUARKUS_DATASOURCE_JDBC_URL
value: {{ .Values.database.url | quote }}
{{- if .Values.additionalMappings.enabled }}
{{- if .Values.additionalMapping.enabled }}
- name: PATHS_MAPPING
value: /mappings/mapping.json
{{- end }}
Expand Down Expand Up @@ -129,4 +129,4 @@ spec:
{{- with .Values.deployment.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 037c1da

Please sign in to comment.