Skip to content

Commit af14ac3

Browse files
Merge pull request #4343 from yuwenma/propose-tag
fix: KCC release misses the RBAC for CCC
2 parents 696d21f + dc73438 commit af14ac3

File tree

3 files changed

+990
-1
lines changed

3 files changed

+990
-1
lines changed

dev/tasks/propose-tag

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ for channeldir in channels autopilot-channels; do
103103
find ${REPO_ROOT}/operator/${channeldir}/packages -type f -name "*.yaml" | xargs sed -i -e "[email protected]/cnrm-eap/@gcr.io/gke-release/@g"
104104
done
105105

106+
# Update operator RBAC.
107+
cp ${REPO_ROOT}/config/installbundle/components/clusterroles/cnrm_viewer.yaml ${REPO_ROOT}/operator/config/rbac/cnrm_viewer_patch.yaml
108+
109+
106110
# Generate operator/config/gke-addon/image_configmap.yaml
107111
make -C ${REPO_ROOT}/operator manifests
108112

0 commit comments

Comments
 (0)