Skip to content

Commit

Permalink
Revert "[INJICERT-657] Added some deployment changes (#158)"
Browse files Browse the repository at this point in the history
This reverts commit 443262e.
  • Loading branch information
vishwa-vyom authored Dec 19, 2024
1 parent 25a1685 commit 3ffac86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion deploy/inji-certify/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function installing_inji-certify() {

echo Copy secrets
../copy_cm_func.sh secret softhsm-certify softhsm config-server
../copy_cm_func.sh secret softhsm-certify softhsm $NS

kubectl -n config-server set env --keys=mosip-injicertify-host --from configmap/global deployment/inji-config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_
kubectl -n config-server set env --keys=security-pin --from secret/softhsm-certify deployment/inji-config-server --prefix=SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_SOFTHSM_CERTIFY_
Expand Down
7 changes: 1 addition & 6 deletions helm/inji-certify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,7 @@ updateStrategy:
## - name: FOO
## value: "bar"
##
extraEnvVars: |
- name: MOSIP_KERNEL_KEYMANAGER_HSM_KEYSTORE_PASS
valueFrom:
secretKeyRef:
name: softhsm-certify
key: security-pin
extraEnvVars: []

## ConfigMap with extra environment variables that used
##
Expand Down

0 comments on commit 3ffac86

Please sign in to comment.