aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/admin/dns/dnsutils.yml
blob: 07689f2717e26fbad661c6546e8e157995472d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: v1
kind: Pod
metadata:
  name: dnsutils
  namespace: argocd
spec:
  containers:
  - name: dnsutils
    image: registry.k8s.io/e2e-test-images/agnhost:2.39
    imagePullPolicy: IfNotPresent
  restartPolicy: Always