mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
11 lines
153 B
YAML
11 lines
153 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: prowler-ns
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: prowler-sa
|
|
namespace: prowler-ns
|