Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labs/k8s/fil-rouge-troubleshoot/t10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
serviceAccountName: monitoring-sa
containers:
- name: kubectl-pod
image: bitnami/kubectl:latest
image: soldevelo/kubectl:latest
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
serviceAccountName: monitoring-sa
containers:
- name: kubectl
image: bitnami/kubectl:latest
image: soldevelo/kubectl:latest
command:
- sleep
- "3600"
Expand Down