Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Fix text in release-drafter template #1294

Merged
merged 1 commit into from
Mar 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ template: |

# Use this if you've never installed the operator before
helm repo add quarks https://cloudfoundry-incubator.github.io/quarks-helm/
helm install cf-operator quarks/cf-operator --wait
helm install quarks quarks/quarks --wait

# For more options look at the README for the chart
helm show readme quarks/cf-operator
helm show readme quarks/quarks


# Assets

Expand Down