Skip to content

Commit

Permalink
Use cluster role name, not cluster role binding name (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Aug 6, 2020
1 parent 9461d3c commit 8f326b8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can find the latest releases [here](https://github.com/coditeu/charts/releas

## Contributing

You can find contributing guide [here](./CONTRIBUTING.md)
You can find contributing guide [here](./CONTRIBUTING.md).

## License Information
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-environment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# A URL to an SVG or PNG image to be used as an icon
icon: https://raw.githubusercontent.com/CoditEU/charts/master/media/logo.png
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-environment/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ include "azure-pipeline-environment.clusterRoleBinding" . }}
name: {{ include "azure-pipeline-environment.clusterRole" . }}
subjects:
- kind: ServiceAccount
name: {{ include "azure-pipeline-environment.serviceAccountName" . }}
Expand Down
Binary file added docs/azure-pipeline-environment-0.1.1.tgz
Binary file not shown.
29 changes: 26 additions & 3 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,30 @@ apiVersion: v1
entries:
azure-pipeline-environment:
- apiVersion: v2
created: "2020-08-05T16:21:03.5635549+02:00"
created: "2020-08-06T10:19:55.2972761+02:00"
description: A Helm chart for creating required resources to use Azure Pipelines'
Environment
digest: 8c594989ebe38e183e7dd09d7917922d1d2722418e57b301e63ecd6371ccd9ce
icon: https://raw.githubusercontent.com/CoditEU/charts/master/media/logo.png
keywords:
- Azure DevOps
- Azure Pipelines
- Kubernetes
- DevOps
- Azure
maintainers:
- email: tom.kerkhove@codit.eu
name: Tom Kerkhove
url: http://github.com/tomkerkhove
name: azure-pipeline-environment
sources:
- https://github.com/CoditEU/charts
type: application
urls:
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
created: "2020-08-06T10:19:55.2972761+02:00"
description: A Helm chart for creating required resources to use Azure Pipelines'
Environment
digest: da88e919813247c1fbe54d2bc37c3dd962e8a454eade48c40b9e29535a83b92c
Expand All @@ -25,7 +48,7 @@ entries:
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.0.tgz
version: 0.1.0
- apiVersion: v2
created: "2020-08-05T16:21:03.5625547+02:00"
created: "2020-08-06T10:19:55.2962735+02:00"
description: A Helm chart for creating required resources to use Azure Pipelines'
Environment
digest: 202b66d12494d8a02de5a1ad04b854ffaba73d4dc2fbb4fcadbd80721ad806f4
Expand All @@ -47,4 +70,4 @@ entries:
urls:
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.0-alpha.tgz
version: 0.1.0-alpha
generated: "2020-08-05T16:21:03.5555578+02:00"
generated: "2020-08-06T10:19:55.2942738+02:00"

0 comments on commit 8f326b8

Please sign in to comment.