Skip to content

Commit

Permalink
fix(prod/jenkins): correct read file credentials (#1360)
Browse files Browse the repository at this point in the history
use base64 to correct read file credentials.
  • Loading branch information
purelind authored Dec 1, 2024
1 parent 3e70fb5 commit 5fc091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/prod/jenkins/release/values-JCasC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ controller:
scope: GLOBAL
id: "ks3util-config"
fileName: "ks3util.conf"
secretBytes: "${ks3util-config}"
secretBytes: "${base64:${ks3util-config}}"
- domain:
name: github.com
description: github ssh and open api
Expand Down

0 comments on commit 5fc091c

Please sign in to comment.