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 ce5c6c2 commit a462e7cCopy full SHA for a462e7c
src/Kinds/K8sIngress.php
@@ -93,7 +93,6 @@ public function setTls(array $tlsData = [])
93
return $this->setSpec('tls', $tlsData);
94
}
95
96
-
97
/**
98
* Get the tls spec.
99
*
tests/IngressTest.php
@@ -34,7 +34,7 @@ class IngressTest extends TestCase
34
*/
35
protected static $tls = [[
36
'hosts' => [
37
- 'nginx.test.com'
+ 'nginx.test.com',
38
],
39
'secretName' => 'verySecretName',
40
]];
0 commit comments