Skip to content

Commit

Permalink
modify env variable type
Browse files Browse the repository at this point in the history
Co-authored-by: saisatish karra <[email protected]>
Signed-off-by: Wayne Starr <[email protected]>
  • Loading branch information
Racer159 and saisatishkarra committed Aug 4, 2024
1 parent 2241bcd commit d5de1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fulcio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ helm uninstall [RELEASE_NAME]
| server.args.grpcPort | int | `5554` | |
| server.args.hsm_caroot_id | string | `nil` | |
| server.args.port | int | `5555` | |
| server.env.GOOGLE_APPLICATION_CREDENTIALS | string | `"/etc/fulcio-config/cloud_credentials"` | |
| server.env | object | `{}` | |
| server.grpcSvcPort | int | `5554` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"gcr.io"` | |
Expand Down
4 changes: 1 addition & 3 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ server:
# crane digest gcr.io/projectsigstore/fulcio:v1.5.1
# -- v1.5.1
version: sha256:17b914c4a1d05871e3353630b3516b106b653839587aa496d0f96b6e857c8714
# env:
# # Valid values: path to workload identity config or service account key JSON file
# GOOGLE_APPLICATION_CREDENTIALS: /etc/fulcio-config/cloud_credentials
env: {}
args:
port: 5555
grpcPort: 5554
Expand Down

0 comments on commit d5de1cb

Please sign in to comment.