Skip to content

Commit

Permalink
missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
code-crusher committed Jan 29, 2025
1 parent f799c6e commit 259af34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,12 @@ spec:
valueFrom:
secretKeyRef:
name: gravity-agent-secrets
key: aws-access-key-id${secretEnvsYaml}
key: aws-access-key-id
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: gravity-agent-secrets
key: aws-secret-access-key${secretEnvsYaml}
- name: GRAVITY_WEBSOCKET_URL
value: "${process.env.GRAVITY_WEBSOCKET_URL}"
- name: GRAVITY_API_URL
Expand Down

0 comments on commit 259af34

Please sign in to comment.