diff --git a/deploy/charts/operator/ci/extraVolumes-values.yaml b/deploy/charts/operator/ci/extraVolumes-values.yaml index 367ed2080d..560a8d2c78 100644 --- a/deploy/charts/operator/ci/extraVolumes-values.yaml +++ b/deploy/charts/operator/ci/extraVolumes-values.yaml @@ -2,11 +2,11 @@ operator: image: ko.local/thv-operator:ci-test toolhiveRunnerImage: ko.local/thv-proxyrunner:ci-test vmcpImage: ko.local/vmcp:ci-test - extraVolumeMounts: + volumeMounts: - name: test mountPath: /somepath readOnly: true - extraVolumes: + volumes: - name: test emptyDir: sizeLimit: 5Mi