Skip to content

Commit

Permalink
Update src/python/pants/backend/helm/subsystems/k8s_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Floyd <cognifloyd@gmail.com>
  • Loading branch information
alonsodomin and cognifloyd committed Aug 5, 2022
1 parent 0e8923e commit cdfca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/helm/subsystems/k8s_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

class HelmKubeParserSubsystem(PythonToolRequirementsBase):
options_scope = "helm-k8s-parser"
help = "Used perform modifications to the final output produced by Helm charts when they've been fully rendered."
help = "Used to perform modifications to the final output produced by Helm charts when they've been fully rendered."

default_version = "hikaru==0.11.0b"

Expand Down

0 comments on commit cdfca78

Please sign in to comment.