diff --git a/charts/grafana-operator/ci/ci-values.yaml b/charts/grafana-operator/ci/ci-values.yaml new file mode 100644 index 00000000..e242241f --- /dev/null +++ b/charts/grafana-operator/ci/ci-values.yaml @@ -0,0 +1,5 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +image: + securityContext: + seccompProfile: + type: RuntimeDefault diff --git a/charts/monitoring-operator/ci/ci-values.yaml b/charts/monitoring-operator/ci/ci-values.yaml new file mode 100644 index 00000000..e242241f --- /dev/null +++ b/charts/monitoring-operator/ci/ci-values.yaml @@ -0,0 +1,5 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +image: + securityContext: + seccompProfile: + type: RuntimeDefault diff --git a/charts/trickster/ci/ci-values.yaml b/charts/trickster/ci/ci-values.yaml new file mode 100644 index 00000000..99897886 --- /dev/null +++ b/charts/trickster/ci/ci-values.yaml @@ -0,0 +1,4 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +securityContext: + seccompProfile: + type: RuntimeDefault