Skip to content
Snippets Groups Projects
Commit 66714ee5 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

ocf.develop and ocf.validation

parent 737cb243
No related branches found
No related tags found
2 merge requests!43Staging to Main for Release 1,!35Register Logs
Pipeline #6870 passed
......@@ -44,4 +44,4 @@ mongo-register-express:
# -- With mock-server.enabled: false. It won't be deployed
mock-server:
enabled: false
\ No newline at end of file
enabled: false
......@@ -25,10 +25,10 @@ data:
# to execute the next commands in vault
# otherwise, if use the vault as dev's mode. Just
# type the token's dev.
export VAULT_TOKEN="hvs.mn50Q8kpMuxsPUsCNlwQekCd"
export DOMAIN1=*.pre-prod.int
export DOMAIN2=*.staging.int
export DOMAIN3=*.developer.int
export VAULT_TOKEN=""
export DOMAIN1=*.ocf.pre-production
export DOMAIN2=*.ocf.validation
export DOMAIN3=*.ocf.develop
# local domains
# export DOMAIN4=*.pre-prod.svc.cluster.local
......@@ -175,7 +175,7 @@ data:
openssl x509 -pubkey -noout -in server_certificate.crt.pem > server_certificate_pub.pem
#vault kv put secret/ca ca=@root_ca.crt.pem root_2023_ca.crt
#vault kv put secret/ca ca=@root_helm.pem root_2023_ca.crt
#cat root_2023_ca.crt root_2023_ca.crt > ca.crt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment