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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue