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

Commit

Permalink
Fix kubeaudit job namespace in cluster example (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells authored Mar 4, 2022
1 parent dd699c5 commit 1090bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: kubeaudit
namespace: default
namespace: kubeaudit
spec:
template:
metadata:
Expand Down

0 comments on commit 1090bd1

Please sign in to comment.