feat(argo-cd): Add support for argocd-extensions resources (#1053)

* add support for extensions resource

Signed-off-by: Yevhen Luhovtsov <yevhen.luhovtsov@intapp.com>

* fix documentation for extensions resource

Signed-off-by: Yevhen Luhovtsov <yevhen.luhovtsov@intapp.com>

Co-authored-by: Yevhen Luhovtsov <yevhen.luhovtsov@intapp.com>
This commit is contained in:
Eugene Lugovtsov 2021-12-11 21:28:08 +02:00 committed by GitHub
parent 7033883914
commit 103914446e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View file

@ -1289,6 +1289,15 @@ server:
# -- Image pull policy for extensions
imagePullPolicy: IfNotPresent
# -- Resource limits and requests for the argocd-extensions container
resources: {}
# limits:
# cpu: 50m
# memory: 128Mi
# requests:
# cpu: 10m
# memory: 64Mi
# -- Extensions to be loaded into the server
contents: []
# - name: argo-rollouts