Add --persistentstorage option to tap command

This commit is contained in:
M. Mert Yildiran
2023-05-08 23:57:22 +03:00
parent baf0e65337
commit aa904e23c7
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const (
ProxyHostLabel = "proxy-host"
NamespacesLabel = "namespaces"
SelfNamespaceLabel = "selfnamespace"
PersistentStorageLabel = "persistentstorage"
StorageLimitLabel = "storagelimit"
StorageClassLabel = "storageclass"
DryRunLabel = "dryrun"