Skip to content

Commit 294abe5

Browse files
authored
fix typo in role binding template name (#324)
1 parent 58ffb84 commit 294abe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version ${{ inputs.chart_version }}
4343
rm -f nginx-ingress/templates/clusterrole.yaml
4444
rm -f nginx-ingress/templates/controller-role.yaml
45-
rm -f nginx-ingress/templates/controller-rolebiding.yaml
46-
sed -i '14s/name: {{ include "nginx-ingress.fullname" . }}/name: nginx-ingress-operator-nginx-ingress-admin/' nginx-ingress/templates/clusterrolebiding.yaml
45+
rm -f nginx-ingress/templates/controller-rolebinding.yaml
46+
sed -i '14s/name: {{ include "nginx-ingress.fullname" . }}/name: nginx-ingress-operator-nginx-ingress-admin/' nginx-ingress/templates/clusterrolebinding.yaml
4747
mv $schema_dir nginx-ingress/
4848
4949
new_version=$(yq e '.appVersion' nginx-ingress/Chart.yaml)

0 commit comments

Comments
 (0)