Skip to content

Commit

Permalink
Incorperate feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Oct 24, 2024
1 parent 841a545 commit 7274fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/spire/charts/spiffe-csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A Helm chart to install the SPIFFE CSI driver.
| `nameOverride` | Name override for spiffe-csi-driver | `""` |
| `namespaceOverride` | Namespace to install spiffe-csi-driver | `""` |
| `serverNamespaceOverride` | Override the namespace that the spire-server is installed into | `""` |
| `validatingAdmissionPolicy.enabled` | When auto, an upstream driver, and k8s >= 1.30.0 then enabled = true, otherwise false | `auto` |
| `validatingAdmissionPolicy.enabled` | When auto, pluginName == "upstream.csi.spiffe.io", and k8s >= 1.30.0 then enabled = true, otherwise false | `auto` |
| `fullnameOverride` | Full name override for spiffe-csi-driver | `""` |
| `csiDriverLabels` | Labels to apply to the CSIDriver | `{}` |
| `initContainers` | Init Containers to apply to the CSI Driver DaemonSet | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/spire/charts/spiffe-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespaceOverride: ""
serverNamespaceOverride: ""

validatingAdmissionPolicy:
## @param validatingAdmissionPolicy.enabled When auto, an upstream driver, and k8s >= 1.30.0 then enabled = true, otherwise false
## @param validatingAdmissionPolicy.enabled When auto, pluginName == "upstream.csi.spiffe.io", and k8s >= 1.30.0 then enabled = true, otherwise false
enabled: auto

## @param fullnameOverride Full name override for spiffe-csi-driver
Expand Down

0 comments on commit 7274fa4

Please sign in to comment.