Skip to content

Commit b5a8bed

Browse files
committed
Set default value for license.keepAfterUninstall to 'false'
1 parent 7abae89 commit b5a8bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opc-router/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ license:
101101
# If left as empty, will use default storage class, when availible.
102102
storageClassName:
103103
# If true, the license volume claim and volume will persist even after uninstalling the chart.
104-
keepAfterUninstall: true
104+
keepAfterUninstall: false
105105
storageVolume:
106106
# If true, a new persistant volume is created for the license using the settings provided here.
107107
# When false, dynamic provisioning might still create a volume using the setting specified by the storageClass.

0 commit comments

Comments
 (0)