Skip to content

Commit

Permalink
Adding more deployment details to each project.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 25, 2024
1 parent 2f5fc96 commit 633084d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ There are GitHub actions to maintain code quality in this repo:
- Pylint (minimum score of 10/10 to pass),
- Build/publish a Docker image.

### How to build the Docker image for this product

- docker build --build-arg APP_VERSION=Test -f Dockerfile -t irods-k8s-settings:latest .
- This image must be placed in a container image registry and referenced in this component's Helm scripts.

Helm/k8s charts for this product are available at: [iRODS K8s Helm](https://github.com/irods/irods_k8s/tree/main/helm/irods-supervisor-settings).

0 comments on commit 633084d

Please sign in to comment.