Skip to content

Argo CD values: Implement for helm#344

Merged
nihussmann merged 1 commit intomainfrom
feature/argocd-custom-values
Jan 27, 2026
Merged

Argo CD values: Implement for helm#344
nihussmann merged 1 commit intomainfrom
feature/argocd-custom-values

Conversation

@schnatterer
Copy link
Member

Also adds test for operator values.
Operator implementation was already done in 1b69e1e.

Can be tested with this config file

application:
  yes: true
  baseUrl: http://localhost
features:
  argocd:
    active: true
    values:
      argo-cd: 
        server:
          ingress:
            ingressClassName: "k8s-ecosystem-ces-service"

Expected result:

http://scmm.localhost/scm/repo/argocd/cluster-resources/code/sources/main/apps/argocd/argocd/values.yaml/

---
argo-cd:
  server:
    ingress:
      enabled: true
      hostname: "argocd.localhost"
      ingressClassName: "k8s-ecosystem-ces-service"
# ...

Also adds test for operator values.
Operator implementation was already done in 1b69e1e.
@nihussmann nihussmann merged commit 47f18fb into main Jan 27, 2026
2 checks passed
@nihussmann nihussmann deleted the feature/argocd-custom-values branch January 27, 2026 14:59
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.

2 participants