File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,27 +260,32 @@ objects:
260260 value : devbot-memory-server,localhost,127.0.0.1
261261 - name : no_proxy
262262 value : devbot-memory-server,localhost,127.0.0.1
263- # Secrets
263+ # Secrets — optional: true until devbot-secrets is provisioned via
264+ # Vault in a follow-up PR (chicken-and-egg with SaaS dry-run)
264265 - name : SSH_PRIVATE_KEY_B64
265266 valueFrom :
266267 secretKeyRef :
267268 name : devbot-secrets
268269 key : SSH_PRIVATE_KEY_B64
270+ optional : true
269271 - name : GPG_PRIVATE_KEY_B64
270272 valueFrom :
271273 secretKeyRef :
272274 name : devbot-secrets
273275 key : GPG_PRIVATE_KEY_B64
276+ optional : true
274277 - name : GH_TOKEN
275278 valueFrom :
276279 secretKeyRef :
277280 name : devbot-secrets
278281 key : GH_TOKEN
282+ optional : true
279283 - name : GOOGLE_SA_KEY_B64
280284 valueFrom :
281285 secretKeyRef :
282286 name : devbot-secrets
283287 key : GOOGLE_SA_KEY_B64
288+ optional : true
284289 resources :
285290 requests :
286291 cpu : " 1"
You can’t perform that action at this time.
0 commit comments