Skip to content

Commit

Permalink
Fix values.yaml default values for podLabels
Browse files Browse the repository at this point in the history
There was an error in controller default values for deployment, instead of podLabels - that are referenced in deployment.yaml, there is an example of podLabel (missing "s") that might be misleading
  • Loading branch information
bart-braidwell committed Aug 23, 2024
1 parent 2958368 commit ef3708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ controller:
# path on efs when deleteing an access point
deleteAccessPointRootDir: false
podAnnotations: {}
podLabel: {}
podLabels: {}
hostNetwork: false
priorityClassName: system-cluster-critical
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit ef3708f

Please sign in to comment.