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 b9a1e2b commit e4e6812Copy full SHA for e4e6812
examples/typescript/apply/apply-example.ts
@@ -32,8 +32,8 @@ export async function apply(specPath: string): Promise<k8s.KubernetesObject[]> {
32
await client.read(spec);
33
// we got the resource, so it exists, so patch it
34
//
35
- // Note that this could fail if the spec refers to a custom resource. For custom resources you may need to specify
36
- // a different patch merge strategy in the content-type header.
+ // Note that this could fail if the spec refers to a custom resource. For custom resources you may need
+ // to specify a different patch merge strategy in the content-type header.
37
38
// See: https://github.com/kubernetes/kubernetes/issues/97423
39
const response = await client.patch(spec);
0 commit comments