-
Notifications
You must be signed in to change notification settings - Fork 562
(psa) make workloads compatible with psa:restricted profile #2820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,15 @@ apiVersion: v1 | |
kind: Namespace | ||
metadata: | ||
name: {{ .Values.namespace }} | ||
labels: | ||
pod-security.kubernetes.io/enforce: restricted | ||
This comment was marked as resolved.
Sorry, something went wrong. |
||
pod-security.kubernetes.io/enforce-version: latest | ||
|
||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: {{ .Values.operator_namespace }} | ||
labels: | ||
pod-security.kubernetes.io/enforce: baseline | ||
This comment was marked as resolved.
Sorry, something went wrong. |
||
pod-security.kubernetes.io/enforce-version: latest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @anik120 is just a detail, if we add here the latest that means it will get the latest criteria available from the policy. therefore, in the future, it might no longer work with the changes in this code/release. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we create an issue to address this scenario: #2827 and it is blocking the release and will get done as follow up so all fine. /hold cancel |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ FROM busybox | |
COPY olm catalog package-server wait cpb /bin/ | ||
EXPOSE 8080 | ||
EXPOSE 5443 | ||
USER 1001 | ||
CMD ["/bin/olm"] |
Uh oh!
There was an error while loading. Please reload this page.