UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 10233141 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'gitlab-registry-kyverno' into 'master'

Add Kyverno Exception for Gitlab Certs SKIP UPGRADE

See merge request platform-one/big-bang/bigbang!1522
parents 87cfa3fd 781733fe
No related branches found
No related tags found
1 merge request!1522Add Kyverno Exception for Gitlab Certs SKIP UPGRADE
Pipeline #752072 failed
......@@ -99,6 +99,30 @@ policies:
# values from a readOnly projected volume holding secrets/configmap items, into the shared
# volume. The shared volume is mounted with subpaths pointing to specific files in the container.
- gitlab-migrations*
# Volume `etc-ssl-certs` is an emptyDir mounted read/write in initContainer `certificates`
# It is also mounted in the container `registry` using a subPath, making it open to the
# vulnerability. The initContainer uses a shell script, stored in a configmap, to copies
# values from a readOnly projected volume holding secrets/configmap items, into the shared
# volume. The shared volume is mounted with subpaths pointing to specific files in the container.
- gitlab-registry*
# Volume `etc-ssl-certs` is an emptyDir mounted read/write in initContainer `certificates`
# It is also mounted in the container `gitlab-exporter` using a subPath, making it open to the
# vulnerability. The initContainer uses a shell script, stored in a configmap, to copies
# values from a readOnly projected volume holding secrets/configmap items, into the shared
# volume. The shared volume is mounted with subpaths pointing to specific files in the container.
- gitlab-gitlab-exporter*
# Volume `etc-ssl-certs` is an emptyDir mounted read/write in initContainer `certificates`
# It is also mounted in the container `gitlab-shell` using a subPath, making it open to the
# vulnerability. The initContainer uses a shell script, stored in a configmap, to copies
# values from a readOnly projected volume holding secrets/configmap items, into the shared
# volume. The shared volume is mounted with subpaths pointing to specific files in the container.
- gitlab-gitlab-shell*
# Volume `etc-ssl-certs` is an emptyDir mounted read/write in initContainer `certificates`
# It is also mounted in the container `gitaly` using a subPath, making it open to the
# vulnerability. The initContainer uses a shell script, stored in a configmap, to copies
# values from a readOnly projected volume holding secrets/configmap items, into the shared
# volume. The shared volume is mounted with subpaths pointing to specific files in the container.
- gitlab-gitaly*
{{- end }}
{{- end }}
......@@ -440,4 +464,4 @@ policies:
{{- end -}}
{{- end -}}
{{ toYaml $overlays }}
{{- end }}
\ No newline at end of file
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment