-
Notifications
You must be signed in to change notification settings - Fork 50
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
06. Helm Options : Update helm release name #13
Comments
Hi, |
I just tried the entire lab , its working perfectly , can you please provide me steps to reproduce it |
Hello! I am facing the same issue. Regards. |
can you please provide me with your application yaml that you applied. |
hello @mabusaa even applied the provided solution, to ensure not to misspelled the names or .... apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: helm-app
namespace: argocd
spec:
destination:
namespace: helm-app
server: "https://kubernetes.default.svc"
project: default
source:
path: helm-guestbook
repoURL: "https://github.com/mabusaa/argocd-example-apps.git"
targetRevision: master
helm:
releaseName: my-release
syncPolicy:
syncOptions:
- CreateNamespace=true |
@mabusaa I gave it another try and completed whole the scenario num06-helm-option, all checks were successfully passed Think it has some issues in some cases |
tried some other scenarios, and think the problem is being "synced" we have to follow the steps, and if we sync the app before the last step, it will return the false status, even tried the 07 scenario, and had the same issue. |
Hello Mohamed,
i would like just to thank you about your great course : ma sha Allah
Just i have a remarqu on Lab : 06. "Helm Options : Update helm release name", i guess when you click on "check" button, you get "failed" message even if everything is correct.
regards : )
The text was updated successfully, but these errors were encountered: