Skip to content

Commit 17f90f9

Browse files
authored
Merge pull request #123 from checkr/reactvarfix
[k8s support] add react configmap to migration job
2 parents e6717c5 + aebf649 commit 17f90f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: kubernetes/codeflow-migration-job.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ spec:
2929
- mountPath: /etc/codeflow
3030
name: codeflow-config
3131
image: docker.io/checkr/checkr-codeflow:latest
32+
envFrom:
33+
- configMapRef:
34+
name: react-config

0 commit comments

Comments
 (0)