Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and clean up library helpers #101

Merged
merged 14 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lint:
.PHONY: release
release: GORELEASER_ARGS ?= --snapshot --rm-dist --skip-sign
release:
fetch goreleaser 0.156.2 && goreleaser $(GORELEASER_ARGS)
fetch goreleaser 0.177.0 && goreleaser $(GORELEASER_ARGS)

.PHONY: clean
clean:
Expand Down
6 changes: 0 additions & 6 deletions example/Dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions example/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions example/config/certmanager/certificate.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions example/config/certmanager/kustomization.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/config/certmanager/kustomizeconfig.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions example/config/crd/kustomization.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions example/config/crd/patches/cainjection_in_nginxes.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions example/config/crd/patches/webhook_in_tomcats.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions example/config/default/kustomization.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions example/config/default/manager_auth_proxy_patch.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions example/config/default/manager_webhook_patch.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions example/config/default/webhookcainjection_patch.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions example/config/manager/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions example/config/manager/manager.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions example/config/prometheus/kustomization.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions example/config/prometheus/monitor.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions example/config/rbac/auth_proxy_role.yaml

This file was deleted.

Loading