From 944554e8f89e2428c36d422716eed5c647711664 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 15 May 2024 18:46:02 +0600 Subject: [PATCH] Add ci-values.yaml for stash-opscenter chart Signed-off-by: Tamal Saha --- charts/stash-opscenter/ci/ci-values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 charts/stash-opscenter/ci/ci-values.yaml diff --git a/charts/stash-opscenter/ci/ci-values.yaml b/charts/stash-opscenter/ci/ci-values.yaml new file mode 100644 index 00000000..1d0ee853 --- /dev/null +++ b/charts/stash-opscenter/ci/ci-values.yaml @@ -0,0 +1,6 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +stash-ui-server: + image: + securityContext: + seccompProfile: + type: RuntimeDefault