Skip to content

Commit 8e7f54c

Browse files
author
Oleg Sucharevich
committed
print clear message when --storage-class flag is set
1 parent 7faf2d1 commit 8e7f54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/cmd/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ var installCmd = &cobra.Command{
122122
if isDefault {
123123
builder.Add(plugins.VolumeProvisionerPluginType)
124124
} else {
125-
logrus.Info("Non default StorageClass is set, skipping installation of volume provisioner")
125+
logrus.Info("Custom StorageClass is set, skipping installation of default volume provisioner")
126126
}
127127

128128
builderInstallOpt.ClusterName = s.KubernetesAPI.ContextName

0 commit comments

Comments
 (0)