Repository Reading Site
11-no-token-api-client.yaml
manifests/06-auth/11-no-token-api-client.yaml
apiVersion: v1
kind: Pod
metadata:
name: no-token-api-client
namespace: auth-lab
labels:
lesson: auth
identity: no-token
spec:
automountServiceAccountToken: false
containers:
- name: main
image: curlimages/curl:8.11.1
command: ["sh", "-c", "sleep 3600"]