Skip to content

Commit

Permalink
fix: encrypted should be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 17, 2024
1 parent cd0cb3d commit f0011bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ aws-ebs-csi-driver:
reclaimPolicy: Retain
parameters:
type: gp3
encrypted: true
encrypted: "true"
controller:
replicaCount: 2
podLabels:
Expand Down

0 comments on commit f0011bd

Please sign in to comment.