Skip to content
Snippets Groups Projects

:seedling: fixing argocd

Merged Cristina Pauna requested to merge fixing/argocd into main
9 files
+ 197
165
Compare changes
  • Side-by-side
  • Inline
Files
9
source: https://gitlab.com/gaia-x/data-infrastructure-federation-services/gxfs-integration.git
sourceRef: main
project: gxfs
project: gxfs-idm
applications:
- name: vault
project: gxfs-idm
namespace: vault
enabled: true
source: https://github.com/hashicorp/vault-helm.git
@@ -33,8 +33,8 @@ applications:
storage "file" {
path = "/vault/data"
}
- name: aas
project: gxfs-idm
namespace: gxfs-idm
enabled: true
source: https://gaia-x.gitlab.io/data-infrastructure-federation-services/gxfs-integration/applications/idm/helm
@@ -58,7 +58,6 @@ applications:
pathOverride: ""
- name: ocm-connection-manager
project: gxfs-idm
namespace: gxfs-idm
enabled: true
source: https://gaia-x.gitlab.io/data-infrastructure-federation-services/gxfs-integration/applications/ocm/helm
@@ -97,7 +96,6 @@ applications:
pathOverride: ""
- name: idm-postgres
project: gxfs-idm
namespace: gxfs-idm
enabled: true
sourcePath: manifests/postgres
@@ -122,7 +120,6 @@ applications:
authQuery: SELECT usename, passwd FROM pg_shadow WHERE usename=$1
- name: idm-mongodb
project: gxfs-idm
namespace: gxfs-idm
enabled: true
sourcePath: manifests/mongodb
@@ -138,7 +135,6 @@ applications:
dbName: admin
- name: idm-redis
project: gxfs-idm
namespace: gxfs-idm
enabled: true
sourcePath: manifests/redis
Loading