Merge pull request 'fix: rbac and cabundle' (#14) from fix/ca-bundle into main

This commit is contained in:
2025-02-12 21:17:41 +00:00
4 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,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.12
version: 0.1.13
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -144,7 +144,7 @@ spec:
oc new-project goghvideo-test-${RANDOMID} >/dev/null
oc label namespace goghvideo-test-${RANDOMID} app=goghvideo-test
oc apply -f - <<EOF
oc create -f - <<EOF
apiVersion: v1
data: {}
kind: ConfigMap

View File

@@ -27,13 +27,14 @@ rules:
- tekton.dev
resources: ["pipelineruns"]
verbs: ["list", "get", "create", "update", "delete", "watch"]
- apiGroups:
- project.openshift.io
- apiGroups: ["project.openshift.io"]
resources: ["*"]
verbs: ["*"]
- apiGroups: ["*"]
resources: ["namespaces"]
verbs: ["*"]
- apiGroups: ["keda.sh"]
resources: ["scaledjobs","triggerauthentications"]
verbs: ["*"]
# Add any other resources you need access to (modify the apiGroups/resources as required)