Skip to content

Commit

Permalink
fix(kubernetes): export rollout restart stage so it's actually availa…
Browse files Browse the repository at this point in the history
…ble for use
  • Loading branch information
mattgogerly committed Oct 1, 2023
1 parent b454a79 commit 65b050c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kubernetes/src/pipelines/stages/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './deleteManifest/deleteManifestStage';
export * from './deployManifest/deployManifestStage';
export * from './patchManifest/patchManifestStage';
export * from './rolloutRestartManifest/rolloutRestartManifestStage';
export * from './runJob/runJobStage';

0 comments on commit 65b050c

Please sign in to comment.