Skip to content

Commit

Permalink
removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
audrastump committed Nov 14, 2024
1 parent 28fdd7b commit 4ee7be7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ jobs:
npm install -g ajv-cli@5.0.0
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
Expand Down
4 changes: 4 additions & 0 deletions test/integration/swift/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "CPULIMIT"
value: "3"
- name: "MEMLIMIT"
value: "2Gi"
languageVariables:
- name: "VERSION"
value: "5.5"
Expand Down
4 changes: 4 additions & 0 deletions test/integration/swift/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "CPULIMIT"
value: "3"
- name: "MEMLIMIT"
value: "2Gi"
languageVariables:
- name: "VERSION"
value: "5.5"
Expand Down
4 changes: 4 additions & 0 deletions test/integration/swift/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ deployVariables:
value: "testapp"
- name: "IMAGENAME"
value: "host.minikube.internal:5001/testapp"
- name: "CPULIMIT"
value: "3"
- name: "MEMLIMIT"
value: "2Gi"
languageVariables:
- name: "VERSION"
value: "5.5"
Expand Down

0 comments on commit 4ee7be7

Please sign in to comment.