Skip to content

Commit

Permalink
fix: use .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbyeongmin committed Jan 13, 2025
1 parent ea18674 commit c34001c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/op-bridge/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: op-bridge
description: A Helm chart to deploy Optimistic bridge
version: 1.0.0
version: 1.0.1
type: application
6 changes: 3 additions & 3 deletions charts/op-bridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ spec:
protocol: TCP
volumeMounts:
- name: app-config
mountPath: "/app/.env.local"
subPath: .env.local
mountPath: "/app/.env"
subPath: .env
readOnly: true
volumes:
- name: app-config
configMap:
defaultMode: 0777
items:
- key: .env
path: .env.local
path: .env
name: {{ include "op-bridge.fullname" . }}

0 comments on commit c34001c

Please sign in to comment.