Skip to content

Commit

Permalink
mount config-core
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Nov 22, 2023
1 parent ff39ba5 commit 4dafee4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/composable-ibc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: composable-ibc
description: A Helm chart withy deployment manifests of composable-ibc for Kubernetes
type: application
version: 0.1.2
version: 0.1.3
appVersion: "0.1.0"
8 changes: 8 additions & 0 deletions charts/composable-ibc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
- name: config-b
secret:
secretName: config-b
- name: config-core
configMap:
defaultMode: 0600
name: {{ include "composable-ibc.fullname" . }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand All @@ -49,6 +53,10 @@ spec:
readOnly: true
mountPath: "/opt/hyperspace/config-b"
subPath: config-b
- name: config-core
readOnly: true
mountPath: "/opt/hyperspace/config-core"
subPath: config-core
# ports:
# - name: http
# containerPort: 80
Expand Down
6 changes: 3 additions & 3 deletions charts/composable-ibc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ serviceAccount:
args:
- relay
- --config-a
- /config-a.toml
- /opt/hyperspace/config-a.toml
- --config-b
- /config-b.toml
- /opt/hyperspace/config-b.toml
- --config-core
- /config-core.toml
- /opt/hyperspace/config-core.toml

podAnnotations: {}

Expand Down

0 comments on commit 4dafee4

Please sign in to comment.