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

fix NOTES.txt #102

Closed
wants to merge 5 commits into from
Closed

fix NOTES.txt #102

wants to merge 5 commits into from

Conversation

daroga0002
Copy link

This PR is fixing #101 where after installation chart returning wrong feedback from NOTES.txt

After this changes it is now correct:

$ pwd
/GitHub/helm3-charts/charts/nexus-repository-manager
$ helm install nexus3 .
WARNING: "kubernetes-charts.storage.googleapis.com" is deprecated for "stable" and will be deleted Nov. 13, 2020.
WARNING: You should switch to "https://charts.helm.sh/stable" via:
WARNING: helm repo add "stable" "https://charts.helm.sh/stable" --force-update
NAME: nexus3
LAST DEPLOYED: Wed Aug 25 15:06:50 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=nexus-repository-manager,app.kubernetes.io/instance=nexus3" -o jsonpath="{.items[0].metadata.name}")
  kubectl --namespace default port-forward $POD_NAME 8081:8081
  Your application is available at http://127.0.0.1:8081
$

@daroga0002
Copy link
Author

any news?

@daroga0002 daroga0002 closed this Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant