#! /bin/bash

output=$(kubectl get configmap app-edge-nginx-conf -o json | jq '.data["nginx.conf"]')
python3 -c "print(${output})"