File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public function getRules(): array
85
85
/**
86
86
* Set the spec tls.
87
87
*
88
- * @param array $rules
88
+ * @param array $tlsData
89
89
* @return $this
90
90
*/
91
91
public function setTls (array $ tlsData = [])
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function getInitContainers(bool $asInstance = true): array
113
113
*/
114
114
public function addPulledSecret (string $ name )
115
115
{
116
- return $ this ->addToAttribute ('imagePullSecrets ' , ['name ' => $ name ]);
116
+ return $ this ->addToSpec ('imagePullSecrets ' , ['name ' => $ name ]);
117
117
}
118
118
119
119
/**
@@ -138,7 +138,7 @@ public function addPulledSecrets(array $names)
138
138
*/
139
139
public function getPulledSecrets (): array
140
140
{
141
- return $ this ->getAttribute ('imagePullSecrets ' , []);
141
+ return $ this ->getSpec ('imagePullSecrets ' , []);
142
142
}
143
143
144
144
/**
You can’t perform that action at this time.
0 commit comments