Skip to content

Commit

Permalink
should use the color of value files
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh authored and Kejun Huang a.k.a Andy committed May 17, 2024
1 parent fafce57 commit e1adab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibuya/install/shibuya/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
data:
config.json: |
{
"bg_color": "#f5f5f5",
"bg_color": {{ .Values.runtime.bg_color | quote }},
"project_home": "https://confluence.rakuten-it.com/confluence/display/SPRJ/Shibuya+Project+Home",
"upload_file_help": "https://confluence.rakuten-it.com/confluence/display/SPRJ/Uploading+your+files+to+Shibuya",
"enable_sid": true,
Expand Down

0 comments on commit e1adab8

Please sign in to comment.