Skip to content

Commit

Permalink
Lock config/samples in the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
damsien committed Jul 9, 2024
1 parent 8702f8b commit 28371a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*.dylib
bin/*
Dockerfile.cross
# config/samples
config/samples
config/webhook/manifests.yaml
config/webhook/secret.yaml
config/webhook/manifests.yaml.temp
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,13 @@ metadata:
spec:
remoteRepository: https://github.com/my_repo_path.git
branch: main
commitMode: Commit
commitProcess: CommitApply
operations:
- CREATE
- UPDATE
- DELETE
authorizedUsers:
- name: remoteuserbinding-sample
- name: owned-rub-kubernetes-<kubernetes_user_id>
defaultUnauthorizedUserMode: Block
excludedFields:
- metadata.managedFields
Expand Down

0 comments on commit 28371a0

Please sign in to comment.