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