Merge pull request #8209 from yoheiueda/CCv0-remote-secret

CCv0: runtime: fix k8s secret issue with remote hypervisor
This commit is contained in:
Steve Horsman 2023-10-12 18:23:35 +01:00 committed by GitHub
commit 69b820a9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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") {