Skip to content

Commit

Permalink
chore: update and remove env specific values files
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 28, 2024
1 parent 3255cc5 commit e6825fe
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 499 deletions.
38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/appsetup-beta.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
source:
path: charts/dim
repoURL: 'https://github.com/phil91/dim-client.git'
targetRevision: dim-1.0.0-rc.1
targetRevision: dim-0.0.1
plugin:
env:
- name: AVP_SECRET
Expand Down
38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/appsetup-pen.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/appsetup-rc.yaml

This file was deleted.

77 changes: 0 additions & 77 deletions consortia/argocd-app-templates/appsetup-stable.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/appsetup-upgrade.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions consortia/environments/values-beta.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions consortia/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ processesworker:

postgresql:
auth:
postgrespassword: "<path:portal/data/ssi-credential-issuer/dev/postgres#postgres-password>"
password: "<path:portal/data/ssi-credential-issuer/dev/postgres#password>"
replicationPassword: "<path:portal/data/ssi-credential-issuer/dev/postgres#replication-password>"
postgrespassword: "<path:portal/data/dim/dev/postgres#postgres-password>"
password: "<path:portal/data/dim/dev/postgres#password>"
replicationPassword: "<path:portal/data/dim/dev/postgres#replication-password>"
6 changes: 3 additions & 3 deletions consortia/environments/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ processesworker:

postgresql:
auth:
postgrespassword: "<path:portal/data/ssi-credential-issuer/int/postgres#postgres-password>"
password: "<path:portal/data/ssi-credential-issuer/int/postgres#password>"
replicationPassword: "<path:portal/data/ssi-credential-issuer/int/postgres#replication-password>"
postgrespassword: "<path:portal/data/dim/int/postgres#postgres-password>"
password: "<path:portal/data/dim/int/postgres#password>"
replicationPassword: "<path:portal/data/dim/int/postgres#replication-password>"
Loading

0 comments on commit e6825fe

Please sign in to comment.