Skip to content

Commit

Permalink
fix(helm): make env variable optional
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 e5c1ea4 commit 2241bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 610 deletions.
6 changes: 3 additions & 3 deletions charts/fulcio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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:
# # Valid values: path to workload identity config or service account key JSON file
# GOOGLE_APPLICATION_CREDENTIALS: /etc/fulcio-config/cloud_credentials
args:
port: 5555
grpcPort: 5554
Expand Down
Loading

0 comments on commit 2241bcd

Please sign in to comment.