Skip to content

Commit db3f535

Browse files
authored
Merge pull request #47 from florkbr/update-deploy-secrets-optional
fix(deploy): update devbot-secrets to be optional temporarily
2 parents 710dfec + 6b2ddac commit db3f535

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

deploy/template.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)