You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PKI certs should be created as a k8s secret
kubectl get secret pki1 -n testing -o json | jq -r .data._raw | base64 -D
# PKI certs should be available in the pod
kubectl exec deployment/vso -n testing -- cat /etc/secrets/_raw