10 lines
236 B
YAML
10 lines
236 B
YAML
|
|
# CONTRACT ONLY. Do not apply from this repository.
|
||
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: whitehat-runner
|
||
|
|
namespace: whitehat
|
||
|
|
labels:
|
||
|
|
app.kubernetes.io/name: whitehat-security
|
||
|
|
automountServiceAccountToken: false
|