There was an error while loading. Please reload this page.
1 parent 2309696 commit 19cc05dCopy full SHA for 19cc05d
1 file changed
.github/workflows/release.yml
@@ -47,10 +47,6 @@ jobs:
47
env:
48
GITHUB_USER_NAME: ${{ github.actor }}
49
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- - name: Patch ClusterRole rolereconciler-cluster-role with secrets permission as the RoleReconciler is watching referenced Secrets
51
- run: |
52
- yq -i 'select(.metadata.name == "rolereconciler-cluster-role").rules += [{"apiGroups": [""], "resources": ["secrets"], "verbs": ["get", "list", "watch"]}]' operator/build/helm/kubernetes/postgresql-operator/templates/clusterrole.yaml
53
- shell: bash
54
- name: Package Helm chart
55
run: |
56
tar -czf operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz -C operator/build/helm/kubernetes postgresql-operator
0 commit comments