Skip to content
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

remove helm2 references #1270

Merged
merged 5 commits into from
Mar 22, 2022
Merged

remove helm2 references #1270

merged 5 commits into from
Mar 22, 2022

Conversation

kale-amruta
Copy link
Contributor

Change Overview

Remove helm2 references from the docs

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

docs/install.rst Outdated Show resolved Hide resolved
examples/stable/postgresql-ha/hook-blueprint/README.md Outdated Show resolved Hide resolved
examples/stable/mongodb/README.md Outdated Show resolved Hide resolved
examples/stable/postgresql/README.md Outdated Show resolved Hide resolved
helm/kanister-operator/README.md Outdated Show resolved Hide resolved
docs/helm.rst Outdated
@@ -26,7 +26,7 @@ You also need to install the Kanister controller

.. substitution-code-block:: console

$ helm install --name myrelease --namespace kanister kanister/kanister-operator --set image.tag=|version|
$ helm install myrelease --namespace kanister kanister/kanister-operator --set image.tag=|version|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helm install supports a --create-namespace option to create the release namespace, if it's missing. Unless there is an explicit separate command to create the namespace, we should add this option to all helm install examples.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kale-amruta thanks for the updates. Can you add the --create-namespace option to the other example code too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ihcsim I have updated all the examples but have left applications under these docs since these are stale and we are not really maintaining these helm charts in the kanister docs eg: https://docs.kanister.io/helm_instructions/mysql_instructions.html
We should probably remove these docs as we are using examples to install the applications

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind creating a documentation issue to track the task to remove those examples? Thanks.

docs/overview.rst Outdated Show resolved Hide resolved
helm/kanister-operator/README.md Outdated Show resolved Hide resolved
@pavannd1
Copy link
Contributor

@kale-amruta please resolve conflicts and update the PR whenever possible 👍🏼

@ihcsim ihcsim added the kueue label Mar 22, 2022
@mergify mergify bot merged commit 60ff903 into master Mar 22, 2022
@mergify mergify bot deleted the removehelmv2references branch March 22, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants