Skip to content

Commit

Permalink
Fix walkthrough scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Aug 21, 2018
1 parent 4d6e1a4 commit 511ca70
Show file tree
Hide file tree
Showing 7 changed files with 547 additions and 5 deletions.
16 changes: 14 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ generate:
docker-build: test
docker build . -t ${IMG}
@echo "updating kustomize image patch file for manager resource"
sed -i 's@image: .*@image: '"${IMG}"'@' ./config/default/manager_image_patch.yaml
sed -i '' -e 's@image: .*@image: '"${IMG}"'@' ./config/default/manager_image_patch.yaml

# Push the docker image
docker-push:
Expand Down
5 changes: 3 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ namePrefix: podpreset-crd-
# YAML string, with resources separated by document
# markers ("---").
resources:
- ../rbac/*.yaml
- ../manager/*.yaml
- ../rbac/rbac_role.yaml
- ../rbac/rbac_role_binding.yaml
- ../manager/manager.yaml

patches:
- manager_image_patch.yaml
24 changes: 24 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 511ca70

Please sign in to comment.