Skip to content

Commit

Permalink
Improve stest manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
inf17101 committed Dec 18, 2024
1 parent 713f983 commit 9e89c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/resources/configs/manifest_config_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workloads:
nginx_conf: file_data
files:
- mountPoint: "/etc/nginx/nginx.conf"
data: "{{nginx_conf.json_data_file_content}}"
data: "{{nginx_conf.web_server_config}}"
runtimeConfig: |
image: ghcr.io/eclipse-ankaios/tests/nginx:alpine-slim
commandOptions: [ "-p", "8080:80" ]
Expand All @@ -23,7 +23,7 @@ workloads:
commandArgs: [ "/hello" ]
configs:
file_data:
json_data_file_content: |
web_server_config: |
worker_processes 1;
events {
Expand Down

0 comments on commit 9e89c80

Please sign in to comment.