mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-10 09:27:03 +00:00
Merge pull request #8924 from microsoft/danmihai1/pod-nested-configmap-secret
genpolicy: fix ConfigMap volume mount paths
This commit is contained in:
commit
bf54a02e16
src/tools/genpolicy
@ -258,7 +258,7 @@
|
||||
]
|
||||
},
|
||||
"kata_config": {
|
||||
"confidential_guest": true
|
||||
"confidential_guest": false
|
||||
},
|
||||
"request_defaults": {
|
||||
"CreateContainerRequest": {
|
||||
|
@ -33,6 +33,9 @@ pub struct Secret {
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
immutable: Option<bool>,
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
r#type: Option<String>,
|
||||
// TODO: additional fields.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user