Skip to content

Commit

Permalink
chore(prod/jenkins-beta): add a new file credential for ks3util (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
purelind authored Nov 27, 2024
1 parent ee7b5eb commit dfffd2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/prod/jenkins-beta/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ controller:
- { name: docs-cn, keyName: qiniu-sk }
- { name: docs-cn, keyName: qiniu-bn }

# for ks3util
- { name: ks3util, keyName: config }

additionalSecrets: []
# - name: nameOfSecret
# value: secretText
Expand Down Expand Up @@ -88,6 +91,12 @@ controller:
credentials:
system:
domainCredentials:
- credentials:
- file:
scope: GLOBAL
id: "ks3util-config"
fileName: "ks3util.conf"
secretBytes: "${ks3util-config}"
- domain:
name: github.com
description: github ssh and open api
Expand Down

0 comments on commit dfffd2e

Please sign in to comment.