Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
achimweigel committed Aug 23, 2021
1 parent 51bd4d2 commit fde2485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions chart/hub/templates/kubeapps-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/kubeapps-frontend-config.yaml") . | sha256sum }}
{{- if .Values.linkerd.enabled }}
linkerd.io/inject: enabled
{{- end }}
labels:
app: {{ template "kubeapps.fullname" . }}
release: {{ .Release.Name }}
Expand Down
4 changes: 0 additions & 4 deletions chart/hub/templates/ui-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ spec:
release: {{ .Release.Name }}
template:
metadata:
{{- if .Values.linkerd.enabled }}
annotations:
linkerd.io/inject: enabled
{{- end }}
labels:
app: hub-k8s-potter-hub-ui-backend
release: {{ .Release.Name }}
Expand Down

0 comments on commit fde2485

Please sign in to comment.