Skip to content

Commit 9f33e0c

Browse files
committed
pass environment variables as secret
1 parent 2d4d68f commit 9f33e0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Set up Python 3.12
17+
- name: Set up Python 3.13
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version-file: "pyproject.toml"

k8s/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ spec:
1818
imagePullPolicy: IfNotPresent
1919
ports:
2020
- containerPort: 8000
21+
envFrom:
22+
- secretRef:
23+
name: summarize-env

0 commit comments

Comments
 (0)