在 Google Cloud Console UI 中应用环境变量

Applying environment variables in Google Cloud Console UI

如何在 Google Cloud Console UI 中应用环境变量?我正在尝试在 Google Kubernetes Engine 中部署 Node.js 后端服务器和 React 前端应用程序。
我更改了 config yaml 文件中的环境变量并保存。但它不会自动应用于 Deploy。我该如何申请?

已在评论中回答,Pods 必须重新启动才能从外部数据源获取环境变量更改。