2022-09-15 21:58:15 +00:00
|
|
|
#! Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
|
2021-04-05 22:01:17 +00:00
|
|
|
#! SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Namespace
|
|
|
|
metadata:
|
|
|
|
name: tools
|
2022-09-15 21:58:15 +00:00
|
|
|
labels:
|
|
|
|
# When deploying onto a cluster which has PSAs enabled by default for namespaces,
|
|
|
|
# effectively disable them for this namespace. This namespace is only for integration
|
|
|
|
# testing helper tools, and should never be deployed in production installs.
|
|
|
|
pod-security.kubernetes.io/enforce: privileged
|