update changeset, fix pr nits
Signed-off-by: Andrew Tran <atran@brex.com>
This commit is contained in:
@@ -259,7 +259,7 @@ export class KubernetesBuilder {
|
||||
objectTypesToFetch = objectTypesToFetch ?? DEFAULT_OBJECTS;
|
||||
|
||||
for (const obj of objectTypesToFetch) {
|
||||
if (apiVersionOverrides.getOptionalString(obj.objectType)) {
|
||||
if (apiVersionOverrides.has(obj.objectType)) {
|
||||
obj.apiVersion = apiVersionOverrides.getString(obj.objectType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user