Commit 77ef27d JackColquitt
committed
1 parent 57dfbc2 commit 77ef27d Copy full SHA for 77ef27d
File tree 2 files changed +2
-2
lines changed
src/simple-editor/deployment
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const getInstructions = (model : string) => {
43
43
value : "ID-KEY-HERE"
44
44
} ,
45
45
{
46
- name : "AWS_SECRET_KEY " ,
46
+ name : "AWS_SECRET " ,
47
47
value : "TOKEN-GOES-HERE"
48
48
} ,
49
49
{
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const getInstructions = (model : string) => {
58
58
kubectl -n trustgraph create secret \< br />
59
59
{ ' ' } generic bedrock-credentials \< br />
60
60
{ ' ' } --from-literal=aws-id-key=< span className = "variable" > AWS-ID-KEY</ span > \< br />
61
- { ' ' } --from-literal=aws-secret-key =< span className = "variable" > AWS-SECRET-KEY</ span > \< br />
61
+ { ' ' } --from-literal=aws-secret=< span className = "variable" > AWS-SECRET-KEY</ span > \< br />
62
62
{ ' ' } --from-literal=aws-region=< span className = "variable" > AWS-REGION-HERE</ span >
63
63
</ DeploymentCode >
64
64
You can’t perform that action at this time.
0 commit comments