Deployment, ensure you copy the mitmproxy-ca-cert.pem to a keystore prior to use.
104
Ensure the namespace is: mitmproxy
helm install mitm --create-namespace --namespace mitmproxy oci://registry-1.docker.io/anapartner/mitmproxy --version 0.1.0
helm upgrade --install mitm --create-namespace --namespace mitmproxy oci://registry-1.docker.io/anapartner/mitmproxy --version 0.1.0 --debug
helm show values oci://registry-1.docker.io/anapartner/mitmproxy
kubectl describe deployment mitm-mitmproxy -n mitmproxy
Mounts:
/home/mitmproxy/.mitmproxy from config-volume (rw)
Volumes: config-volume: Type: ConfigMap (a volume populated by a ConfigMap) Name: mitmproxy-full.pem
If missing, then use: sudo ln -s /home/local-account-here /home/mitmproxy
A configmap of the self-signed cert will be created if the path exists: "configmap "mitmproxy-full.pem" not found"
Content type
Helm
Digest
sha256:f8036ce71…
Size
10.5 kB
Last updated
over 2 years ago
helm pull oci://registry-1.docker.io/anapartner/mitmproxy --version 0.1.0