File tree Expand file tree Collapse file tree
charts/device-definitions-api/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 - remoteRef :
9090 key : {{ .Release.Namespace }}/definitions/17vin/password
9191 secretKey : JAPAN17_VIN_PASSWORD
92+ - remoteRef :
93+ key : {{ .Release.Namespace }}/definitions/carvx/userid
94+ secretKey : CAR_VX_USER_ID
95+ - remoteRef :
96+ key : {{ .Release.Namespace }}/definitions/carvx/apikey
97+ secretKey : CAR_VX_API_KEY
9298 secretStoreRef :
9399 kind : ClusterSecretStore
94100 name : aws-secretsmanager-secret-store
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type Settings struct {
5454 Japan17VINUser string `yaml:"JAPAN17_VIN_USER"`
5555 Japan17VINPassword string `yaml:"JAPAN17_VIN_PASSWORD"`
5656 CarVxUserID string `yaml:"CAR_VX_USER_ID"`
57- CarVxAPIKey string `yaml:"CARVX_API_KEY "`
57+ CarVxAPIKey string `yaml:"CAR_VX_API_KEY "`
5858}
5959
6060func (s * Settings ) IsProd () bool {
You can’t perform that action at this time.
0 commit comments