Skip to content

Commit

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

* Update helm documentation

* 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 037c1da commit 0a441ad
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.6
version: 0.0.8
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 @@ -89,7 +89,7 @@ spec:
- name: PATHS_MAPPING
value: /mappings/mapping.json
{{- end }}
{{- if .Values.additionalRego .enabled }}
{{- if .Values.additionalRego.enabled }}
- name: PATHS_REGO
value: /rego-packages
{{- end }}
Expand Down

0 comments on commit 0a441ad

Please sign in to comment.