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

Helm "values: |" are ignored #3032

Closed
3 tasks done
ruzickap opened this issue Jan 25, 2020 · 6 comments
Closed
3 tasks done

Helm "values: |" are ignored #3032

ruzickap opened this issue Jan 25, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@ruzickap
Copy link

Checklist:

  • I've searched in the docs and FAQ for my answer: http://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

When I create new application + specify the helm values as a block file (values: |) all these parameters are ignored.

To Reproduce

Here is the example of my application with helm values:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: test-app
  namespace: argocd
  finalizers:
    - resources-finalizer.argocd.argoproj.io
spec:
  project: default
  source:
    path: helm-guestbook
    repoURL: https://github.com/argoproj/argocd-example-apps.git
    targetRevision: HEAD
    helm:
      values: |
        replicaCount: 2
        ingress:
          enabled: true
  destination:
    namespace: default
    server: https://kubernetes.default.svc
  syncPolicy:
    automated:
      prune: true

The important parts are where I would like to change the replicaCount and ingress:

    helm:
      values: |
        replicaCount: 2
        ingress:
          enabled: true

Unfortunately both helm parameters are ignored.
(this is real example you you test it in your environment)

Expected behavior

Helm chart values are going to be used...

Screenshots

image

Version

v1.4.1+f8721a7

Logs

no logs collected

-> Maybe this issue is related to #2967

@ruzickap ruzickap added the bug Something isn't working label Jan 25, 2020
@ruzickap
Copy link
Author

This is a false alarm. Not a bug. Working fine...
Sorry.

@c4m4
Copy link

c4m4 commented Sep 23, 2020

@ruzickap what was the problem? I have the same issue

@ruzickap
Copy link
Author

It was my mistake in yaml "indentation".

The issue was on my side in yaml.

@c4m4
Copy link

c4m4 commented Sep 23, 2020

@ruzickap could you show me an example?

@ruzickap
Copy link
Author

ruzickap commented Sep 23, 2020

I'm sorry I do not use ArgoCD anymore... :-(

@mruoss
Copy link

mruoss commented Mar 1, 2022

I'm having the very same issue here... can anybody provide some help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants