Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #683 from marccampbell/markdown-outro
Browse files Browse the repository at this point in the history
Add markdown formatting to outro screen
  • Loading branch information
marccampbell committed Nov 6, 2018
2 parents 5067615 + 24d2759 commit 6653987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/specs/chart.go
Expand Up @@ -99,7 +99,7 @@ func (r *Resolver) DefaultHelmRelease(chartPath string) api.Spec {
Contents: `
Assets are ready to deploy. You can run
kubectl apply -f rendered.yaml
kubectl apply -f rendered.yaml
to deploy the overlaid assets to your cluster.
`},
Expand Down Expand Up @@ -150,7 +150,7 @@ func (r *Resolver) DefaultRawRelease(basePath string) api.Spec {
Contents: `
Assets are ready to deploy. You can run
kubectl apply -f rendered.yaml
kubectl apply -f rendered.yaml
to deploy the overlaid assets to your cluster.
`},
Expand Down

0 comments on commit 6653987

Please sign in to comment.