Completed
Push — master ( 2804db...120f67 )
by Julien
05:28 queued 02:34
created
src/Aent/K8SProvider/Provider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,10 +85,10 @@
 block discarded – undo
85 85
     public function toArray(): array
86 86
     {
87 87
         return [
88
-           'PROVIDER_NAME' => $this->name,
89
-           'CERT_MANAGER' => $this->certManager ? 'true' : 'false',
90
-           'USE_NODE_PORT_FOR_INGRESS' => $this->useNodePortForIngress ? 'true' : 'false',
91
-           'INGRESS_CLASS' => $this->ingressClass,
88
+            'PROVIDER_NAME' => $this->name,
89
+            'CERT_MANAGER' => $this->certManager ? 'true' : 'false',
90
+            'USE_NODE_PORT_FOR_INGRESS' => $this->useNodePortForIngress ? 'true' : 'false',
91
+            'INGRESS_CLASS' => $this->ingressClass,
92 92
         ];
93 93
     }
94 94
 
Please login to merge, or discard this patch.