Skip to content

Commit

Permalink
update plan names
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueKrypto committed Dec 12, 2024
1 parent fc44fc7 commit b19cf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
# This `name` should be short but descriptive.
name: k3os-latest
name: k3os-%BRANCH%-rc
# The same `namespace` as is used for the system-upgrade-controller Deployment.
namespace: k3os-system
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
# This `name` should be short but descriptive.
name: k3os-latest
name: k3os-%BRANCH%
# The same `namespace` as is used for the system-upgrade-controller Deployment.
namespace: k3os-system
spec:
Expand Down

0 comments on commit b19cf92

Please sign in to comment.