Skip to content

Commit

Permalink
Don't use whitespace in expected test output because well-configured …
Browse files Browse the repository at this point in the history
…editors will chomp it
  • Loading branch information
AndiDog committed Jun 16, 2020
1 parent af7dd70 commit 7b73876
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration/render_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ spec:
ArtifactOverrides: map[string]string{
"image": "gcr.io/k8s-skaffold/skaffold-helm",
},
SetValues: map[string]string{
"pullPolicy": "Always",
},
}},
expectedOut: `---
# Source: skaffold-helm/templates/service.yaml
Expand Down Expand Up @@ -313,7 +316,7 @@ spec:
containers:
- name: skaffold-helm
image: gcr.io/k8s-skaffold/skaffold-helm:sha256-nonsenslettersandnumbers
imagePullPolicy:
imagePullPolicy: Always
ports:
- containerPort: 80
resources:
Expand Down

0 comments on commit 7b73876

Please sign in to comment.