Skip to content

Commit

Permalink
Merge pull request #61 from i4Trust/fix_ccs_support
Browse files Browse the repository at this point in the history
Fix ccs support
  • Loading branch information
pulledtim authored Jun 7, 2023
2 parents 0924b50 + 55d9010 commit a9a39ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pdc-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: pdc-portal
version: 2.2.1
version: 2.2.2
appVersion: 2.0.0
home: https://github.com/i4trust/pdc-portal
description: A Helm chart for running the Packet Delivery Portal application on kubernetes.
Expand Down
2 changes: 1 addition & 1 deletion charts/pdc-portal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pdc-portal

![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for running the Packet Delivery Portal application on kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion charts/pdc-portal/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spec:
volumeMounts:
- name: ccs-init-volume
mountPath: /bin/init.sh
readOnly: true
subPath: init.sh
{{- end }}
containers:
Expand Down Expand Up @@ -92,6 +91,7 @@ spec:
- name: ccs-init-volume
configMap:
name: {{ include "pdc-portal.fullname" . }}-ccs
defaultMode: 0744
{{- end }}
{{- with .Values.deployment.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit a9a39ac

Please sign in to comment.