Skip to content

Commit d674a3a

Browse files
authored
feat: update instructions on custom images
1 parent d7fc389 commit d674a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the git repository for the [Open Computing Facility](https://ocf.berkele
55
## Deploying Software
66

77
1. Create a new Python file in `apps/` with a function `objects()` that yields Kubernetes objects (dicts or `python-kubernetes` objects are both accepted). See the other Python files in that folder for examples. Helper functions are provided for Helm charts, although not all software will use helm charts.
8-
a. If you need to build your own container image, do so in another git repository. Instructions coming soon (TM).
8+
a. If you need to build your own container image, do so in another git repository. Instructions at [our internal docs](https://docs.ocf.berkeley.edu/doc/deploying-services-to-kubernetes-NrroInWHyc) (going public soon).
99
2. (Root Required) Go to [ArgoCD](https://argo.ocf.berkeley.edu/) and run a sync. Before you click sync, look at the diff to sanity check what will change. We do not automatically sync configuration for safety reasons.
1010

1111
### Code-Test Loop

0 commit comments

Comments
 (0)