Skip to content

Commit

Permalink
Merge branch 'master' of github.com:reactiveops/rbac-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
EJ Etherington committed Mar 19, 2018
2 parents 8a8bfe0 + 9e77c6a commit 32adc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ci/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ references:
jobs:
build:
docker:
- image: quay.io/robertjscott/rbac-manager:0.1.4-ci
- image: quay.io/reactiveops/rbac-manager:0.1.4-ci
steps:
- checkout:
path: /rbac-manager/ci
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/3-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
serviceAccountName: rbac-manager
containers:
- name: rbac-manager
image: quay.io/robertjscott/rbac-manager:0.1.3
image: quay.io/reactiveops/rbac-manager:0.1.3
volumeMounts:
- name: rbac-manager-config
mountPath: /rbac-manager/config
Expand Down

0 comments on commit 32adc01

Please sign in to comment.