We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4661f36 commit 486dfc4Copy full SHA for 486dfc4
1 file changed
internal/common/flagdinjector/flagdinjector_test.go
@@ -945,13 +945,13 @@ func intPtr(i int64) *int64 {
945
946
func getProxyConfig() *flagdproxy.FlagdProxyConfiguration {
947
return &flagdproxy.FlagdProxyConfiguration{
948
- Port: 8013,
949
- ManagementPort: 8014,
950
- DebugLogging: false,
951
- Image: testImage,
952
- Tag: testTag,
953
- Namespace: "my-namespace",
954
- ClusterDomain: "cluster.local",
+ Port: 8013,
+ ManagementPort: 8014,
+ DebugLogging: false,
+ Image: testImage,
+ Tag: testTag,
+ Namespace: "my-namespace",
+ ClusterDomain: "cluster.local",
955
}
956
957
0 commit comments