Skip to content

Commit

Permalink
env keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jan 25, 2024
1 parent d3ec76f commit fcf4393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desci-server/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
export MEDIA_SECRET_KEY={{ .Data.MEDIA_SECRET_KEY }}
export ESTUARY_API_KEY={{ .Data.ESTUARY_API_KEY }}
export ESTUARY_API_URL={{ .Data.ESTUARY_API_URL }}
export REPO_SERVER_URL={{ .Data.REPO_SERVER_URL }}
export REPO_SERVICE_SECRET_KEY={{ .Data.REPO_SERVICE_SECRET_KEY }}
export DEBUG_TEST=0;
echo "appfinish";
{{- end -}}
Expand Down
2 changes: 2 additions & 0 deletions desci-server/kubernetes/deployment_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
export MEDIA_SECRET_KEY={{ .Data.MEDIA_SECRET_KEY }}
export ESTUARY_API_KEY={{ .Data.ESTUARY_API_KEY }}
export ESTUARY_API_URL={{ .Data.ESTUARY_API_URL }}
export REPO_SERVER_URL={{ .Data.REPO_SERVER_URL }}
export REPO_SERVICE_SECRET_KEY={{ .Data.REPO_SERVICE_SECRET_KEY }}
export DEBUG_TEST=0;
echo "appfinish";
{{- end -}}
Expand Down

0 comments on commit fcf4393

Please sign in to comment.