
When deploying keystone, two pods fail with error: Temporary failure in name resolution These pods are executing fernet_manage.py and fetch secrets using: https://github.com/openstack/openstack-helm/blob/master/keystone/templates/bin/_fernet-manage.py.tpl#L60 However, the current network policy blocks the connection to kube-dns. This patch fixes it Change-Id: I4ae6722a5bcb350e64995fbd2e1010153b0c29e6 Signed-off-by: Manuel Buil <mbuil@suse.com>