Human Connection
Configuration
# in folder deployment/human-connection/
$ cp templates/secrets.template.yaml ./secrets.yaml
$ cp templates/configmap.template.yaml ./configmap.yaml# in configmap.yaml
CLIENT_URI: "https://nitro-staging.human-connection.org"# example how to base64 a string:
$ echo -n 'admin' | base64
YWRtaW4=Create a namespace
# in folder deployment/
$ kubectl apply -f namespace.yamlCreate persistent volumes
Apply the configuration
Last updated
Was this helpful?