Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Fix Typo in InCluster Job Example #310

Merged
Merged
Changes from 1 commit
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
Next Next commit
Fix typo in in-cluster job example
  • Loading branch information
J12934 authored Oct 12, 2020
commit dcd7afc1cede682f69aa3493b2c619a7a47b2e8c
2 changes: 1 addition & 1 deletion docs/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
container.apparmor.security.beta.kubernetes.io/kubeaudit: runtime/default
seccomp.security.alpha.kubernetes.io/pod: runtime/default
spec:
automountServiceAccount: false
automountServiceAccountToken: false
restartPolicy: OnFailure
containers:
- name: kubeaudit
Expand Down