forked from GoogleCloudPlatform/gke-policy-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kustomization.yaml
29 lines (28 loc) · 1.12 KB
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- 5.1.1_restrict-clusteradmin-rolebindings.yaml
- 5.1.3_prohibit-role-wildcard-access.yaml
- 5.2.1_psp-privileged-container.yaml
- 5.2.2-5.2.3_psp-host-namespace.yaml
- 5.2.4_psp-host-network-ports.yaml
- 5.2.5_psp-allow-privilege-escalation-container.yaml
- 5.2.6_psp-restrict_root_containers.yaml
- 5.2.7-5.2.8-5.2.9_psp-capabilities.yaml
- 5.3.2_require-namespace-network-policies.yaml
- 5.4.1_no-secrets-as-env-vars.yaml
- 5.7.2_seccomp-default.yaml
- 5.7.3_pods-require-security-context.yaml