File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 2424ca.key
2525
2626local-ca.crt
27+ /values_local.yaml
Original file line number Diff line number Diff line change 1+
2+ .idea/*
3+ values_testing.yaml
4+ values_testing_*
5+ values_production*
6+
7+
8+ values_staging.yaml
9+
10+ .vs
11+ example.com\+5-key.pem
12+
13+ example.com\+5.pem
14+
15+ example.com\+6-key.pem
16+
17+ example.com\+6.pem
18+
19+ # Chart dependencies
20+ ca.crt
21+
22+ *.txt
23+ .git
24+ README.md
25+
26+ ca.key
27+
28+ local-ca.crt
29+ /values_local.yaml
Original file line number Diff line number Diff line change 1111 GOOGLE_APPLICATION_CREDENTIALS: /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
1212 CLOUD_STORAGE_BUCKET: { { .Values.diffgramSettings.CLOUD_STORAGE_BUCKET } }
1313 ML__CLOUD_STORAGE_BUCKET: { { .Values.diffgramSettings.ML__CLOUD_STORAGE_BUCKET } }
14- URL_BASE: { { .Values.diffgramDomain } }
14+ { { if eq .Values.useTls true } }
15+ URL_BASE: https://{ { .Values.diffgramDomain } }
16+ { { end } }
17+ { { if eq .Values.useTls false } }
18+ URL_BASE: http://{ { .Values.diffgramDomain } }
19+ { { end } }
1520 WALRUS_SERVICE_URL_BASE: https://{ { .Values.diffgramDomain } }
1621 SERVICE_ACCOUNT_FULL_PATH: { { .Values.diffgramSettings.SERVICE_ACCOUNT_FULL_PATH } }
1722 DIFFGRAM_AZURE_CONTAINER_NAME: { { .Values.diffgramSettings.DIFFGRAM_AZURE_CONTAINER_NAME } }
You can’t perform that action at this time.
0 commit comments