Compare commits
2 Commits
889345e804
...
0efd0d0e35
| Author | SHA1 | Date | |
|---|---|---|---|
| 0efd0d0e35 | |||
| 544bf7b503 |
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user