Skip to content

Add custom ArgoCD Yaml support - #48

Merged
mbaldessari merged 1 commit into
validatedpatterns:mainfrom
mbaldessari:custom-argo
Jul 27, 2026
Merged

Add custom ArgoCD Yaml support#48
mbaldessari merged 1 commit into
validatedpatterns:mainfrom
mbaldessari:custom-argo

Conversation

@mbaldessari

Copy link
Copy Markdown
Contributor

Tested manually with
https://www.github.com/validatedpatterns/patterns-operator/pull/779 by
passing the following to values-global.yaml:

main:
  gitops:
    customArgoYaml: |
      controller:
        resources:
          limits:
            cpu: "4"
            memory: "17Gi"

Correctly obtained the ArgoCD instance with:

oc get -n vp-gitops argocd vp-gitops -o jsonpath='{.spec.controller.resources.limits}' | jq .
{
  "cpu": "4",
  "memory": "17Gi"
}

Tested manually with
https://www.github.com/validatedpatterns/patterns-operator/pull/779 by
passing the following to values-global.yaml:

    main:
      gitops:
        customArgoYaml: |
          controller:
            resources:
              limits:
                cpu: "4"
                memory: "17Gi"

Correctly obtained the ArgoCD instance with:

    oc get -n vp-gitops argocd vp-gitops -o jsonpath='{.spec.controller.resources.limits}' | jq .
    {
      "cpu": "4",
      "memory": "17Gi"
    }
@mbaldessari
mbaldessari merged commit 52953e3 into validatedpatterns:main Jul 27, 2026
3 checks passed
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.

1 participant