Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus authored Aug 29, 2024
1 parent 545ae1c commit 223fe91
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Examples can be found in the GitOps repository of what these should look like as
file-watcher-operator. When a CRD is applied, this software should create a Deployment responsible for ensuring a
file-watcher exists for the parameters in the CRD file.

An example CRD would be:
```yaml
apiVersion: fia.com/v1
kind: FileWatcher
metadata:
name: mari
spec:
instrumentFolder: NDXMARI
filePrefix: MAR
```
## Docker
Login using docker login
Expand All @@ -36,4 +47,4 @@ docker push ghcr.io/fiaisis/filewatcher-operator -a

The file-watcher container, when updated needs to be updated in each of the CRDs controlled by the file watcher operator.

The file-watcher-operator container, when updated should be updated like any of the containers in the GitOps repository.
The file-watcher-operator container, when updated should be updated like any of the containers in the GitOps repository.

0 comments on commit 223fe91

Please sign in to comment.