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

06. Helm Options : Update helm release name #13

Open
MohamedBenighil opened this issue Dec 11, 2022 · 7 comments
Open

06. Helm Options : Update helm release name #13

MohamedBenighil opened this issue Dec 11, 2022 · 7 comments

Comments

@MohamedBenighil
Copy link

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 : )

@mabusaa
Copy link
Owner

mabusaa commented Dec 18, 2022

Hi,
Thank you , I will give it a try and verify that

@mabusaa
Copy link
Owner

mabusaa commented Dec 18, 2022

I just tried the entire lab , its working perfectly , can you please provide me steps to reproduce it

@sergiosanche
Copy link

Hello!

I am facing the same issue.

Regards.

@mabusaa
Copy link
Owner

mabusaa commented Jun 16, 2023

Hi @sergiosanche

can you please provide me with your application yaml that you applied.

@AliMehraji
Copy link

hello @mabusaa
I have the same issue, the YAML manifest of the Argo application is okay, even with the provided solution it returns false status in its verification API request

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

@AliMehraji
Copy link

hello @mabusaa I have the same issue, the YAML manifest of the Argo application is okay, even with the provided solution it returns false status in its verification API request

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

@AliMehraji
Copy link

@mabusaa

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.

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

No branches or pull requests

4 participants