Skip to content

Commit

Permalink
assisted-service: Add imageStorage to the service configuration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mkowalski authored and root committed Apr 27, 2022
1 parent 1fb5202 commit aa139d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assisted_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ spec:
resources:
requests:
storage: 8Gi
imageStorage:
storageClassName: assisted-service
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
EOF
}

Expand Down

0 comments on commit aa139d5

Please sign in to comment.