Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 15, 2024
1 parent ade5c02 commit 3186161
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions control-plane/roles/gardener/test/dns_extension_template_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ def test_shoot_dns_extension_controller_deployment_template(self, mock_urlopen):
kind: ControllerDeployment
metadata:
name: extension-shoot-dns-service
type: helm
providerConfig:
chart: a-chart
helm:
rawChart: a-chart
values:
image:
tag: v1.48.0
Expand Down Expand Up @@ -54,9 +53,8 @@ def test_shoot_dns_extension_controller_deployment_template(self, mock_urlopen):
kind: ControllerDeployment
metadata:
name: extension-shoot-dns-service
type: helm
providerConfig:
chart: "a-chart"
helm:
rawChart: "a-chart"
values:
image:
repository: "extension-image"
Expand Down

0 comments on commit 3186161

Please sign in to comment.