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

@ -143,6 +143,8 @@ spec:
volumeMounts:
- name: extensions
mountPath: /tmp/extensions/
resources:
{{- toYaml .Values.server.extensions.resources | nindent 10 }}
{{- end }}
{{- if .Values.server.nodeSelector }}
nodeSelector: