-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1348 from openshift-cherrypick-robot/cherry-pick-…
…1285-to-release-4.3 [release-4.3] Bug 1784981: pkg/daemon: randomize pivot container name
- Loading branch information
Showing
2 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package types | ||
|
||
const ( | ||
// PivotName is literally the name of the new pivot | ||
PivotName = "ostree-container-pivot" | ||
// PivotNamePrefix is literally the name prefix of the new pivot | ||
PivotNamePrefix = "ostree-container-pivot-" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters