Skip to content

Add custom ArgoCD Yaml support - #779

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

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

Conversation

@mbaldessari

Copy link
Copy Markdown
Contributor

Tested manually 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 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"
    }
@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mbaldessari

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mbaldessari
mbaldessari merged commit c3f1746 into validatedpatterns:main Jul 27, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant