Skip to content

Commit

Permalink
Fix workload names
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Otero Lorenzo <lorenzoa@vmware.com>
  • Loading branch information
aoterolorenzo committed Jul 17, 2023
1 parent d8e32a9 commit bf805d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .vib/opensearch/vib-publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vars_file": "opensearch/goss/vars.yaml",
"remote": {
"pod": {
"workload": "sts-opensearch-master"
"workload": "deploy-opensearch"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .vib/opensearch/vib-verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vars_file": "opensearch/goss/vars.yaml",
"remote": {
"pod": {
"workload": "sts-opensearch-master"
"workload": "deploy-opensearch"
}
}
}
Expand Down

0 comments on commit bf805d1

Please sign in to comment.