-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the seccompProfile patches to istio/base/patches
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
- Loading branch information
1 parent
86a0a05
commit fb8ff22
Showing
12 changed files
with
69 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
common/istio-1-22/istio-install/base/patches/seccomp-istio-ingressgateway.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Seccomp profile must be explicitly set to one of the allowed values. Both the Unconfined profile and the absence of a profile are prohibited. | ||
# According to https://kubernetes.io/docs/concepts/security/pod-security-standards/#:~:text=undefined/null-,Seccomp%20(v1.19%2B),-Seccomp%20profile%20must | ||
# This is done to enable 'restricted' level security standards for the pods. | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: istio-ingressgateway | ||
namespace: istio-system | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: istio-proxy | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault |
16 changes: 16 additions & 0 deletions
16
common/istio-1-22/istio-install/base/patches/seccomp-istiod.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Seccomp profile must be explicitly set to one of the allowed values. Both the Unconfined profile and the absence of a profile are prohibited. | ||
# According to https://kubernetes.io/docs/concepts/security/pod-security-standards/#:~:text=undefined/null-,Seccomp%20(v1.19%2B),-Seccomp%20profile%20must | ||
# This is done to enable 'restricted' level security standards for the pods. | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: istiod | ||
namespace: istio-system | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: discovery | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
common/istio-1-22/kubeflow-istio-resources/base/patches/seccomp-istio-ingressgateway.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
common/istio-1-22/kubeflow-istio-resources/base/patches/seccomp-istiod.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
common/istio-cni-1-22/istio-install/base/patches/seccomp-istio-ingressgateway.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Seccomp profile must be explicitly set to one of the allowed values. Both the Unconfined profile and the absence of a profile are prohibited. | ||
# According to https://kubernetes.io/docs/concepts/security/pod-security-standards/#:~:text=undefined/null-,Seccomp%20(v1.19%2B),-Seccomp%20profile%20must | ||
# This is done to enable 'restricted' level security standards for the pods. | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: istio-ingressgateway | ||
namespace: istio-system | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: istio-proxy | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault |
16 changes: 16 additions & 0 deletions
16
common/istio-cni-1-22/istio-install/base/patches/seccomp-istiod.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Seccomp profile must be explicitly set to one of the allowed values. Both the Unconfined profile and the absence of a profile are prohibited. | ||
# According to https://kubernetes.io/docs/concepts/security/pod-security-standards/#:~:text=undefined/null-,Seccomp%20(v1.19%2B),-Seccomp%20profile%20must | ||
# This is done to enable 'restricted' level security standards for the pods. | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: istiod | ||
namespace: istio-system | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: discovery | ||
securityContext: | ||
seccompProfile: | ||
type: RuntimeDefault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...on/istio-cni-1-22/kubeflow-istio-resources/base/patches/seccomp-istio-ingressgateway.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
common/istio-cni-1-22/kubeflow-istio-resources/base/patches/seccomp-istiod.yaml
This file was deleted.
Oops, something went wrong.