Merge branch 'master' into ci_validate_vendor

This commit is contained in:
Jeremy Rickard
2018-08-03 16:55:53 -06:00
committed by GitHub
46 changed files with 1907 additions and 107 deletions

View File

@@ -15,6 +15,14 @@ cat <<EOF > ${outputPathCredsfile}
}
EOF
# This will build the log analytics credentials during CI
cat <<EOF > ${outputPathLogAnalyticsFile}
{
"workspaceID": "$omsworkspaceID",
"workspaceKey": "$omsworkspaceKey"
}
EOF
# This will build the kubeConfig during the CI
cat <<EOF > ${outputPathKubeConfigFile}
---