Skip to content

Commit

Permalink
added comments for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Aug 16, 2024
1 parent 28f5362 commit 799e380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/regression/testdata/mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
name: configdb
ports:
- containerPort: 27017
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: db
emptyDir:
Expand Down
1 change: 1 addition & 0 deletions e2e/regression/testdata/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
- containerPort: 9090
securityContext:
runAsUser: 65534
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: prometheus
emptyDir:
Expand Down
1 change: 1 addition & 0 deletions e2e/regression/testdata/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
name: data
ports:
- containerPort: 6379
# TODO(miampf): Remove this after https://github.com/kata-containers/kata-containers/pull/10136/files is merged
volumes:
- name: data
emptyDir:
Expand Down

0 comments on commit 799e380

Please sign in to comment.