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

Some chart values should be evaluated by tpl function #2305

Closed
bkomraz1 opened this issue Oct 21, 2023 · 1 comment
Closed

Some chart values should be evaluated by tpl function #2305

bkomraz1 opened this issue Oct 21, 2023 · 1 comment
Labels

Comments

@bkomraz1
Copy link

bkomraz1 commented Oct 21, 2023

Is your feature request related to a problem?

I want some chart values will be able to reference other value:

  configs:
    cm:
      url: "https://argocd{{.Values.global.dnsDomain}}"
      config.yaml:
        context:
          argocdUrl: "https://argocd{{.Values.global.dnsDomain}}"
      dex.config:
        connectors:
          - type: saml
            id: saml
            name: saml
            config:
              entityIssuer: "https://argocd{{.Values.global.dnsDomain}}/api/dex/callback"
  server:
     ingress:
       hosts:
         - "argocd{{ .Values.global.dnsDomain }}"

Related helm chart

argo-cd

Describe the solution you'd like

Some values should be evaluated by "tpl" function

      host: {{ tpl $host $  }}

Describe alternatives you've considered

No response

Additional context

No response

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

valleedelisle added a commit to valleedelisle/argo-helm that referenced this issue Dec 26, 2023
We need to evaluate the image values to allow the use of external
values.

Related to argoproj#2305

Signed-off-by: David Vallee Delisle <me@dvd.dev>
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants