diff --git a/deploy/manifests/custom-metrics-apiserver-deployment.yaml b/deploy/manifests/custom-metrics-apiserver-deployment.yaml index 5ca0e55f..af0eaa16 100644 --- a/deploy/manifests/custom-metrics-apiserver-deployment.yaml +++ b/deploy/manifests/custom-metrics-apiserver-deployment.yaml @@ -39,6 +39,8 @@ spec: - mountPath: /etc/adapter/ name: config readOnly: true + - mountPath: /tmp + name: tmp-vol volumes: - name: volume-serving-cert secret: @@ -46,3 +48,5 @@ spec: - name: config configMap: name: adapter-config + - name: tmp-vol + emptyDir: {}