Skip to content

Commit

Permalink
Add init containers (#261)
Browse files Browse the repository at this point in the history
* add initcontainers, additonal env, volumes and mounts

* update ccs

* args and ocmmand

* additional volumes

* fix

* fix it

* empty list init

* fix key

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wistefan and github-actions[bot] committed May 28, 2024
1 parent dd13b8e commit 989c3c2
Show file tree
Hide file tree
Showing 3 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.20
version: 0.0.21
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/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# odrl-pap

![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

A Helm chart for running the odrl-pap on kubernetes.

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 @@ -50,7 +50,7 @@ spec:
command: {{ .Values.deployment.command }}
{{- end }}
{{- if .Values.deployment.args }}
command: {{ .Values.deployment.args }}
args: {{ .Values.deployment.args }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit 989c3c2

Please sign in to comment.