Skip to content

Commit

Permalink
Refactor images build
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
  • Loading branch information
duckhawk committed Mar 5, 2025
1 parent 230bfb1 commit e8bbd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/agent/internal/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package internal
import "k8s.io/apimachinery/pkg/api/resource"

const (
// LVGUpdateTriggerLabel if you change this value, you must change its value in sds-health-watcher-controller/src/pkg/block_device_labels_watcher.go as well
// LVGUpdateTriggerLabel if you change this value, you must change its value in sds-health-watcher-controller/pkg/block_device_labels_watcher.go as well
LVGUpdateTriggerLabel = "storage.deckhouse.io/update-trigger"

resizeDelta = "32Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
const (
BlockDeviceLabelsWatcherCtrlName = "block-device-labels-watcher-controller"

// LVGUpdateTriggerLabel if you change this value, you must change its value in agent/src/internal/const.go as well
// LVGUpdateTriggerLabel if you change this value, you must change its value in agent/internal/const.go as well
LVGUpdateTriggerLabel = "storage.deckhouse.io/update-trigger"
)

Expand Down

0 comments on commit e8bbd70

Please sign in to comment.