Skip to content

Commit be7d6e4

Browse files
authored
assisted-service: Add imageStorage to the service configuration (#1365)
With openshift/assisted-service#3067 we have introduced an `imageStorage` configuration option that needs to be set in the AgentServiceConfig for Infrastructure Operator. This PR adds the configuration, so that `make assisted` target can deploy the operator seamlessly.
1 parent b6e1d11 commit be7d6e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assisted_deployment.sh

+7
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,13 @@ spec:
253253
resources:
254254
requests:
255255
storage: 8Gi
256+
imageStorage:
257+
storageClassName: assisted-service
258+
accessModes:
259+
- ReadWriteOnce
260+
resources:
261+
requests:
262+
storage: 10Gi
256263
EOF
257264
}
258265

0 commit comments

Comments
 (0)