1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
This commit is contained in:
Max Neunhoeffer 2018-11-02 23:16:56 +01:00
parent 96e2c2687b
commit 6f1a4f8fc1
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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