Skip to content

Commit

Permalink
[MOSIP-35816] removed deployment script and updated chart
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <chandrakeshavmishra@gmail.com>
  • Loading branch information
ckm007 committed Sep 20, 2024
1 parent eb7bdb8 commit 346939e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 132 deletions.
22 changes: 0 additions & 22 deletions helm/mock-identity-system/copy_cm.sh

This file was deleted.

30 changes: 0 additions & 30 deletions helm/mock-identity-system/delete.sh

This file was deleted.

51 changes: 0 additions & 51 deletions helm/mock-identity-system/install.sh

This file was deleted.

24 changes: 0 additions & 24 deletions helm/mock-identity-system/restart.sh

This file was deleted.

41 changes: 36 additions & 5 deletions helm/mock-identity-system/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:

image:
registry: docker.io
repository: mosipqa/mock-identity-system
repository: mosipdev/mock-identity-system
tag: develop
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -240,14 +240,45 @@ updateStrategy:
## - name: FOO
## value: "bar"
##
extraEnvVars: []
extraEnvVars:
- name: DATABASE_HOST
valueFrom:
configMapKeyRef:
name: mockid-postgres-config
key: database-host
- name: DATABASE_PORT
valueFrom:
configMapKeyRef:
name: mockid-postgres-config
key: database-port
- name: DATABASE_NAME
valueFrom:
configMapKeyRef:
name: mockid-postgres-config
key: database-name
- name: DATABASE_USERNAME
valueFrom:
configMapKeyRef:
name: mockid-postgres-config
key: database-username
- name: DB_DBUSER_PASSWORD
valueFrom:
secretKeyRef:
name: db-common-secrets
key: db-dbuser-password
- name: SOFTHSM_MOCK_IDENTITY_SYSTEM_SECURITY_PIN
valueFrom:
secretKeyRef:
name: mockid-softhsm
key: security-pin
- name: hsm_local_dir_name
value: hsm-client
- name: MOSIP_ESIGNET_MOCK_SUPPORTED_FIELDS
value: individualId,password

## ConfigMap with extra environment variables that used
##
extraEnvVarsCM:
- global
- config-server-share
- artifactory-share
- softhsm-mock-identity-system-share

## Secret with extra environment variables
Expand Down

0 comments on commit 346939e

Please sign in to comment.