Merge "Fix for snapshot-controller failure during restore"

This commit is contained in:
Zuul 2024-04-10 16:36:35 +00:00 committed by Gerrit Code Review
commit 176be6c9a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
#
# Copyright (c) 2019-2023 Wind River Systems, Inc.
# Copyright (c) 2019-2024 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
@ -284,7 +284,7 @@
- name: Enable volume snapshot support
include_role:
name: k8s-storage-backends/snapshot-controller
when: enable_volume_snapshot_support|bool
when: enable_volume_snapshot_support|bool and mode != 'restore'
- name: Configure k8s-coredump-handler
block: