Skip to content

Commit

Permalink
Merge pull request #829 from AmitKumarDas/cast-vol-stats-read-err
Browse files Browse the repository at this point in the history
fix(cast, jiva, stats) error executing cast output for volume stats
  • Loading branch information
umamukkara authored Nov 24, 2018
2 parents 13738c2 + 44f5e6b commit 305b1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/install/v1alpha1/volume_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
kind: CASStats
apiVersion: v1alpha1
task: |
{{ .TaskResult.getStats.result | toString }}
{{ .TaskResult.getStats.result | default "" | toString }}
`

// VolumeStatsArtifacts returns the CRDs required for latest version
Expand Down

0 comments on commit 305b1ae

Please sign in to comment.