Skip to content

Commit

Permalink
Merge pull request #24 from Nordix/update-free5gc
Browse files Browse the repository at this point in the history
Fix free5gc-operator-role RBAC
  • Loading branch information
nephio-prow[bot] authored Jan 18, 2024
2 parents 4a42739 + baea6c7 commit 49282de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 66 deletions.
63 changes: 3 additions & 60 deletions workloads/free5gc/free5gc-operator/operator/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole

metadata:
name: free5gc-operator-role
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -73,67 +60,23 @@ rules:
- apiGroups:
- workload.nephio.org
resources:
- amfdeployments
- nfdeployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- workload.nephio.org
resources:
- amfdeployments/status
- nfdeployments/status
verbs:
- get
- patch
- update
- apiGroups:
- workload.nephio.org
resources:
- smfdeployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- workload.nephio.org
resources:
- smfdeployments/status
verbs:
- get
- patch
- update
- apiGroups:
- workload.nephio.org
resources:
- upfdeployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- workload.nephio.org
resources:
- upfdeployments/status
verbs:
- get
- patch
- update
- apiGroups:
- ref.nephio.org
resources:
- configs
- nfconfigs
verbs:
- get
- list
Expand Down
4 changes: 2 additions & 2 deletions workloads/free5gc/pkg-example-amf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: cm-namespace.yaml
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240
4 changes: 2 additions & 2 deletions workloads/free5gc/pkg-example-smf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: cm-namespace.yaml
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240
4 changes: 2 additions & 2 deletions workloads/free5gc/pkg-example-upf-bp/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pipeline:
configPath: apply-replacements-namespace.yaml
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
configPath: package-context.yaml
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240
- image: docker.io/nephio/interface-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/nad-fn:latest
- image: docker.io/nephio/dnn-fn:latest
- image: docker.io/nephio/interface-fn:latest
- image: nephio/nfdeploy-fn:1729579664202010624
- image: docker.io/nephio/nfdeploy-fn:1745600386007306240

0 comments on commit 49282de

Please sign in to comment.