-
Notifications
You must be signed in to change notification settings - Fork 208
Simplify quickstart by getting rid of cloning manifests repository #2744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Nice |
|
/lgtm cancel |
|
could you update |
|
Oops. Let me update them. |
| helm -n pipecd install pipecd ./manifests/pipecd --dependency-update --create-namespace \ | ||
| --values ./quickstart/control-plane-values.yaml | ||
| helm install pipecd pipecd/pipecd -n pipecd --dependency-update --create-namespace \ | ||
| --values https://raw.githubusercontent.com/pipe-cd/manifests/{{< blocks/latest_version >}}/quickstart/control-plane-values.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will show v0.21.1 but let me fix that problem later.
|
I have just updated the docs. PTAL. |
|
Good job |
|
Nice |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: