Skip to content

Commit

Permalink
DRY up config in tests. (#2162)
Browse files Browse the repository at this point in the history
* DRY up config in tests.

* Remove now unused var.

* Fix indentation of app label
  • Loading branch information
absoludity committed Nov 16, 2020
1 parent 9a7b52c commit 4d32f93
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 202 deletions.
2 changes: 1 addition & 1 deletion chart/kubeapps/templates/apprepository-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ kind: ClusterRole
metadata:
name: "kubeapps:{{ .Release.Namespace }}:apprepositories-refresh"
labels:{{ include "kubeapps.extraAppLabels" . | nindent 4 }}
app: {{ template "kubeapps.apprepository.fullname" . }}
app: {{ template "kubeapps.apprepository.fullname" . }}
rules:
- apiGroups:
- kubeapps.com
Expand Down

0 comments on commit 4d32f93

Please sign in to comment.