[11:44:54] !log lucaswerkmeister@tools-bastion-15 tools.ranker deployed 2390c13cea (l10n updates: fi, ga) [11:44:56] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.ranker/SAL [11:52:57] !log jeanfred@tools-bastion-15 tools.integraality Deploy 37fcc25 (Extract jobs-framework runtime image as its own variable) and 1f9bfbb (Add service.template deployment to Ansible) [11:53:00] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.integraality/SAL [14:03:16] !log peterbowman@tools-bastion-14 tools.pbbot Parse and preserve new attribute (pretty-ref) [14:03:18] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.pbbot/SAL [17:31:26] Hi, I created a secret on toolforge from the .env file using: [17:31:26] `kubectl create secret generic prod --from-env-file=.env` [17:31:28] Then I linked the container to prod by adding the following to .pipeline/blubber.yaml: [17:31:29] `envFrom: [17:31:31] - secretRef: [17:31:32] name: prod` [17:31:34] However, inside the container, after restarting it, the secret is not being read, Why didn't read it? [18:29:32] how is .pipeline/blubber.yaml related to any of this? [18:31:27] what are you actually trying to do? [18:34:36] I deploy my project using https://github.com/wiki-connect/wikimonitor/blob/main/.github/workflows/deploy.yml [18:34:37] .pipeline/blubber.yaml [18:34:38] `version: v4 [18:34:40] base: docker-registry.wikimedia.org/bullseye [18:34:41] apt: [18:34:43] packages: [18:34:44] - openjdk-17-jdk [18:34:46] - maven [18:34:47] envFrom: [18:34:49] - secretRef: [18:34:50] name: prod [18:34:52] runs: [18:34:53] insecurely: true [18:34:55] variants: [18:34:56] build: [18:34:58] runs: [18:34:59] as: root [18:35:01] copies: [local] [18:35:02] entrypoint: [mvn, clean, package, -DskipTests]` [18:41:14] please use a pastebin instead when pasting large files [18:41:38] but that repository does not have a .pipeline/blubber.yaml file, nor would it have any effect on how your app runs on toolforge [18:42:10] (nor would that even be valid blubber syntax?) [18:45:11] file .pipeline/blubber.yaml on toolforge (re @wmtelegram_bot: but that repository does not have a .pipeline/blubber.yaml file, nor would it have any effect on how your app runs on to...) [18:47:18] There are no clear documentations for building a JDK 17 project and Springboot, so I used AI tools to build it on Toolforge. [18:49:31] Honestly, I don't think the .pipeline/blubber.yaml file is for building, so ask