Skip to content

Commit

Permalink
Merge pull request #15 from NeuraLegion/alexkutsan-patch-1
Browse files Browse the repository at this point in the history
Add RAND_SEED to VAmPI
  • Loading branch information
denanmusinovic authored Dec 3, 2024
2 parents 133e7fb + 4d72b34 commit f44042a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vampi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Vampi app
type: application
keywords:
- vampi
version: 0.0.3
version: 0.0.4
dependencies:
- name: simple-service
version: 0.0.1
Expand Down
2 changes: 2 additions & 0 deletions charts/vampi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ simple-service:
env:
- name: vulnerable
value: "1"
- name: RAND_SEED
value: "42"
resources:
requests:
cpu: 25m
Expand Down

0 comments on commit f44042a

Please sign in to comment.