refactor: e2e tests for container config validation

This commit is contained in:
Pavel Sviderski
2025-02-19 15:19:00 +10:00
parent bcb5a2a173
commit bcb67a4073
4 changed files with 171 additions and 19 deletions
+2
View File
@@ -36,6 +36,8 @@ func TestClient_NewCaddyDeployment(t *testing.T) {
},
}
assert.Equal(t, expectedPorts, deploy.Spec.Ports)
// TODO:
//assert.Equal(t, alwaysPullImage, deploy.Spec.Container.PullPolicy)
})
t.Run("custom image", func(t *testing.T) {