Skip to content

Commit 34ff528

Browse files
committed
fix(deploy): update deploy secret keys and change default bot label to something unused
1 parent 526f3c5 commit 34ff528

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deploy/template.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters:
1818
- name: PROXY_IMAGE_TAG
1919
value: latest
2020
- name: BOT_LABEL
21-
value: hcc-ai-framework
21+
value: hcc-ai-bot
2222
- name: BOT_REPLICAS
2323
value: "1"
2424
objects:
@@ -266,25 +266,25 @@ objects:
266266
valueFrom:
267267
secretKeyRef:
268268
name: devbot-secrets
269-
key: SSH_PRIVATE_KEY_B64
269+
key: gh-bot-private-key
270270
optional: true
271271
- name: GPG_PRIVATE_KEY_B64
272272
valueFrom:
273273
secretKeyRef:
274274
name: devbot-secrets
275-
key: GPG_PRIVATE_KEY_B64
275+
key: gh-bot-gpg-private
276276
optional: true
277277
- name: GH_TOKEN
278278
valueFrom:
279279
secretKeyRef:
280280
name: devbot-secrets
281-
key: GH_TOKEN
281+
key: gh-bot-cli-token
282282
optional: true
283283
- name: GOOGLE_SA_KEY_B64
284284
valueFrom:
285285
secretKeyRef:
286286
name: devbot-secrets
287-
key: GOOGLE_SA_KEY_B64
287+
key: gcp-vertex-claude-sa
288288
optional: true
289289
resources:
290290
requests:

0 commit comments

Comments
 (0)