Skip to content

Commit

Permalink
remove storage service (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored and atye committed Jun 21, 2024
1 parent a6142f3 commit 4f777d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/csm-authorization/templates/role-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ spec:
- name: role-service
image: {{ required "Must provide the role-service image." .Values.authorization.images.roleService }}
imagePullPolicy: Always
args:
- "--storage-service=storage-service.{{ .Release.Namespace }}.svc.cluster.local:50051"
ports:
- containerPort: 50051
name: grpc
Expand Down

0 comments on commit 4f777d4

Please sign in to comment.