mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
Merge pull request #8209 from yoheiueda/CCv0-remote-secret
CCv0: runtime: fix k8s secret issue with remote hypervisor
This commit is contained in:
@@ -293,7 +293,7 @@ func (f *FilesystemShare) ShareFile(ctx context.Context, c *Container, m *Mount)
|
||||
|
||||
// Add fsNotify watcher for volume mounts
|
||||
if strings.Contains(srcPath, "kubernetes.io~configmap") ||
|
||||
strings.Contains(srcPath, "kubernetes.io~secrets") ||
|
||||
strings.Contains(srcPath, "kubernetes.io~secret") ||
|
||||
strings.Contains(srcPath, "kubernetes.io~projected") ||
|
||||
strings.Contains(srcPath, "kubernetes.io~downward-api") {
|
||||
|
||||
|
Reference in New Issue
Block a user