diff --git a/docs/tasks/configure-pod-container/memory-request-limit-2.yaml b/docs/tasks/configure-pod-container/memory-request-limit-2.yaml index 28c20de4ee..38376da883 100644 --- a/docs/tasks/configure-pod-container/memory-request-limit-2.yaml +++ b/docs/tasks/configure-pod-container/memory-request-limit-2.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Pod metadata: name: memory-demo-2 + namespace: mem-example spec: containers: - name: memory-demo-2-ctr diff --git a/docs/tasks/configure-pod-container/memory-request-limit-3.yaml b/docs/tasks/configure-pod-container/memory-request-limit-3.yaml index 394ec9c2d4..768e83701d 100644 --- a/docs/tasks/configure-pod-container/memory-request-limit-3.yaml +++ b/docs/tasks/configure-pod-container/memory-request-limit-3.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Pod metadata: name: memory-demo-3 + namespace: mem-example spec: containers: - name: memory-demo-3-ctr diff --git a/docs/tasks/configure-pod-container/memory-request-limit.yaml b/docs/tasks/configure-pod-container/memory-request-limit.yaml index 22f0d9e0c7..159c825904 100644 --- a/docs/tasks/configure-pod-container/memory-request-limit.yaml +++ b/docs/tasks/configure-pod-container/memory-request-limit.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Pod metadata: name: memory-demo + namespace: mem-example spec: containers: - name: memory-demo-ctr