Skip to content

Commit 9dcc3cb

Browse files
committed
assisted-service: Add imageStorage to the service configuration
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 e1dee2f commit 9dcc3cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assisted_deployment.sh

Lines changed: 7 additions & 0 deletions
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)