Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
kkb0318 committed May 25, 2024
1 parent 9cc6d08 commit f85bef7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,3 @@ else
OPERATOR_SDK = $(shell which operator-sdk)
endif
endif

.PHONY: test-deploy
test-deploy: build install
docker build . -t ghcr.io/kkb0318/irsa-manager
docker push ghcr.io/kkb0318/irsa-manager:latest


16 changes: 16 additions & 0 deletions examples/irsa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: irsa.kkb0318.github.io/v1alpha1
kind: IRSA
metadata:
name: irsa-sample
namespace: irsa-manager-system
spec:
cleanup: true
serviceAccount:
name: irsa1-sa
namespaces:
- kube-system
- default
iamRole:
name: irsa1-role
iamPolicies:
- AmazonS3FullAccess

0 comments on commit f85bef7

Please sign in to comment.