fix(argo-applicationset): Fix deployment issue with AppSet v0.1.0 (#650)
* fix: Add supports for private repos configured using SSH Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com> * fix(argo-applicationset): Allow to select with volumes to mount Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com> * Fix RBAC rules Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com> * Fix linting issue Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com> * Fix chart version Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com> Co-authored-by: Jonathan West <jgwest@users.noreply.github.com>
This commit is contained in:
parent
b8f483fb73
commit
4b9c281711
5 changed files with 81 additions and 50 deletions
|
|
@ -70,3 +70,8 @@ nodeSelector: {}
|
|||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
mountSSHKnownHostsVolume: true
|
||||
mountTLSCertsVolume: true
|
||||
mountGPGKeysVolume: false
|
||||
mountGPGKeyringVolume: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue