Skip to content

Commit

Permalink
Merge pull request #36 from oshoval/defaults
Browse files Browse the repository at this point in the history
manifest: Change default values of env vars
  • Loading branch information
kubevirt-bot authored Dec 7, 2022
2 parents 134c9dc + 50a4f7b commit 98b0eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/secondarydns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
---
apiVersion: v1
data:
DOMAIN: secondary.io
NAME_SERVER_IP: 127.0.0.1
DOMAIN: ""
NAME_SERVER_IP: ""
Corefile: |
.:53 {
auto {
Expand Down
2 changes: 1 addition & 1 deletion tests/vm_startup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const pollingInterval = 5 * time.Second
const testNamespacePrefix = "secondary-test"
const dnsPort = "31111"
const dnsIP = "127.0.0.1" // Forwarded to the node port - https://github.com/kubevirt/kubevirtci/pull/867
const domain = "vm.secondary.io"
const domain = "vm"

var testNamespace string

Expand Down

0 comments on commit 98b0eda

Please sign in to comment.