-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add selectors and azclient cleanup (#425)
- Loading branch information
1 parent
90f534e
commit 04c6cba
Showing
18 changed files
with
775 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,8 +444,6 @@ jobs: | |
npm install -g [email protected] | ||
ajv validate -s test/update_dry_run_schema.json -d test/temp/update_dry_run.json | ||
- run: ./draft -v update -d ./langtest/ -a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1 | ||
- name: print manifests | ||
run: cat ./langtest/manifests/* | ||
- name: start minikube | ||
id: minikube | ||
uses: medyagh/setup-minikube@master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ vendor/ | |
/pkg/addons/addons/ | ||
.DS_Store | ||
draft | ||
draft.exe | ||
langtest | ||
.vscode/ | ||
/pkg/languages/builders | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.