Skip to content

Commit

Permalink
small doc updates and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kelly committed Nov 7, 2019
1 parent c09b444 commit 30a6269
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 73 deletions.
2 changes: 1 addition & 1 deletion apps/artifactory/artifactory-operator/README.md
Expand Up @@ -92,7 +92,7 @@ $pwd
$ operator-sdk build <image-name>
$ docker push <image-name>
# alt push method:
# oc-push-image.sh -i <image-name> -n <namespace> -r docker-registry.pathfinder.gov.bc.ca
# ../oc-push-image.sh -i <image-name> -n <namespace> -r docker-registry.pathfinder.gov.bc.ca

$ oc -n <namespace> tag <image-name>:latest <image-name>:v1-stable
```
Expand Down
4 changes: 2 additions & 2 deletions apps/artifactory/artifactory-sa-operator/README.md
Expand Up @@ -93,7 +93,7 @@ $pwd
$ operator-sdk build <image-name>
$ docker push <image-name>
# alt push method:
# oc-push-image.sh -i <image-name> -n <namespace> -r docker-registry.pathfinder.gov.bc.ca
# ../oc-push-image.sh -i <image-name> -n <namespace> -r docker-registry.pathfinder.gov.bc.ca

$ oc -n <namespace> tag <image-name>:latest <image-name>:v1-stable
```
Expand Down Expand Up @@ -126,7 +126,7 @@ oc apply -f deploy/operator.yaml

## Creating Artifactory Custom Resources and Objects

> Must have cluster-role artifactory-admin
> Must have project admin or edit role
An example Artifactory CR (Custom Resource) exists under `deploy/crds/artifactory-sa-cr-template.yaml`

Expand Down
File renamed without changes.
70 changes: 0 additions & 70 deletions oc-push-image.sh

This file was deleted.

0 comments on commit 30a6269

Please sign in to comment.