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:
parent
7033883914
commit
103914446e
4 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue