This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## GENERAR ARCHIVO
helm install pg -n dbs . --dry-run --values /home/cristian/Workspace/sapian/gitops/ssdnodes/k3s-sapian-cloud/namespaces/pgo/values.yaml > /home/cristian/Workspace/sapian/gitops/ssdnodes/k3s-sapian-cloud/namespaces/pgo/postgres-Cluster.yaml
## CONNECT PG DATABASE PORT FORWARD
kubectl get pod -n dbs -o name -l postgres-operator.crunchydata.com/cluster=pg,postgres-operator.crunchydata.com/role=master
kubectl -n dbs port-forward pod/´´´pod/NOMBRE POD´´´ 5432:5432