mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fixes.
This commit is contained in:
parent
96e2c2687b
commit
6f1a4f8fc1
2 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ function patchYamlFile
|
|||
set -l RESULT $argv[4]
|
||||
cp "$YAMLFILE" "$RESULT"
|
||||
sed -i "s|@IMAGE@|$IMAGE|" "$RESULT"
|
||||
sed -i "s|@ENVIRONMENT|$ENVIRONMENT|" "$RESULT"
|
||||
sed -i "s|@ENVIRONMENT@|$ENVIRONMENT|" "$RESULT"
|
||||
end
|
||||
|
||||
function checkImages
|
||||
|
|
|
@ -4,9 +4,9 @@ source helper.fish
|
|||
|
||||
set -g TESTNAME test7a
|
||||
set -g TESTDESC "Deployment of 2 clusters with sync with DC2DC (production, enterprise)"
|
||||
set -g YAMLFILE cluster-sync.yaml
|
||||
set -g YAMLFILE cluster-sync1.yaml
|
||||
set -g YAMLFILE2 cluster-sync2.yaml
|
||||
set -g DEPLOYMENT acceptance-cluster
|
||||
set -g DEPLOYMENT acceptance-cluster1
|
||||
set -g DEPLOYMENT2 acceptance-cluster2
|
||||
printheader
|
||||
|
||||
|
|
Loading…
Reference in a new issue