Skip to content

Readme updates #53

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

Merged
merged 2 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Rename files to be consistent
  • Loading branch information
ciroque committed May 2, 2023
commit 8d7ab2ec998f81eeebfaee451c0566eb1c8e986d
8 changes: 4 additions & 4 deletions deployments/rbac/apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Applying all RBAC resources..."

kubectl apply -f ServiceAccount.yaml
kubectl apply -f ClusterRole.yaml
kubectl apply -f ClusterRoleBinding.yaml
kubectl apply -f Secret.yaml
kubectl apply -f serviceaccount.yaml
kubectl apply -f clusterrole.yaml
kubectl apply -f clusterrolebinding.yaml
kubectl apply -f secret.yaml
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions deployments/rbac/unapply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Unapplying all RBAC resources..."

kubectl delete -f ServiceAccount.yaml
kubectl delete -f ClusterRole.yaml
kubectl delete -f ClusterRoleBinding.yaml
kubectl delete -f Secret.yaml
kubectl delete -f serviceaccount.yaml
kubectl delete -f clusterrole.yaml
kubectl delete -f clusterrolebinding.yaml
kubectl delete -f secret.yaml