blob: 2b742d142261ad3b59061e51e4c61b7d7179219b [file] [log] [blame]
Mohammed Naserab033e12022-03-13 21:07:28 -04001---
2# .. vim: foldmarker=[[[,]]]:foldmethod=marker
Mohammed Naser336caf42022-03-11 17:56:45 -05003
Mohammed Naserab033e12022-03-13 21:07:28 -04004# .. Copyright (C) 2022 VEXXHOST, Inc.
5# .. SPDX-License-Identifier: Apache-2.0
6
7# Default variables
8# =================
9
10# .. contents:: Sections
11# :local:
12
13
14# .. envvar:: containerd_pause_image [[[
15#
16# Image to use for ``containerd`` pause container
Mohammed Naser336caf42022-03-11 17:56:45 -050017containerd_pause_image: k8s.gcr.io/pause:3.5
Mohammed Naserab033e12022-03-13 21:07:28 -040018
19 # ]]]