Skip to content

Commit

Permalink
Rename organization
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Aug 15, 2024
1 parent 4a6492c commit a888eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1. Import the library

```
import k8sPriviledgedDs "github.com/redhat-best-practices-for-k8s/privileged-daemonset"
import k8sPriviledgedDs "github.com/redhat-cne/privileged-daemonset"
```

2. Set the K8s client to act on `Daemonset` object
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhat-best-practices-for-k8s/privileged-daemonset
module github.com/redhat-cne/privileged-daemonset

go 1.22.5
go 1.22.0

require (
k8s.io/api v0.31.0
Expand Down

0 comments on commit a888eaa

Please sign in to comment.