Skip to content

Commit

Permalink
fix(docker-registry-ui): wrong service and deployment names
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Jul 2, 2022
1 parent 6f51a7b commit 7c6e937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/docker-registry-ui/templates/ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "docker-registry-ui.fullname" . }}-user-iterface
name: {{ include "docker-registry-ui.fullname" . }}-user-interface
labels:
app.kubernetes.io/component : user-interface
{{- include "docker-registry-ui.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-registry-ui/templates/ui-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "docker-registry-ui.fullname" . }}-ui
name: {{ include "docker-registry-ui.fullname" . }}-user-interface
labels:
app.kubernetes.io/component : user-interface
{{- include "docker-registry-ui.labels" . | nindent 4 }}
Expand Down

0 comments on commit 7c6e937

Please sign in to comment.