Skip to content

Commit

Permalink
feat: add FOO=bar env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen authored Sep 13, 2023
1 parent f118957 commit ed11f4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ spec:
app: guestbook
spec:
containers:
- image: ghcr.io/akuity/guestbook:00010-4d5f9ab
- env:
- name: FOO
value: bar
image: ghcr.io/akuity/guestbook:00011-f7cd737
name: guestbook
ports:
- containerPort: 3000
Expand Down

0 comments on commit ed11f4e

Please sign in to comment.