* remove arguments * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Source Performance harness (#23922) * test * initial commit * Working dev * src-platform-dst * Integrate secrets * Update .dockerignore * Update build.gradle * Update base.sh * Build harness module and use it to measure * Build harness module and use it to measure * Build harness module and use it to measure * Automated Change * Integrate secrets * Integrate secrets * Integrate secrets * Integrate secrets * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Automated Change * test * Automated Change * better error handling * temp * Automated Change * use connector image name * use connector image name * use connector image name * use connector image name * use connector image name * use connector image name * use connector image name * use connector image name * add test name argument * add test name argument * add test name argument * add test name argument * add test name argument * add test name argument * Automated Change * add bottleneck_stream1 dataset * Automated Change * fix dependency * fix dependency * test downgrade of commons to 41.1 * Automated Change * test downgrade of commons to 41.0 * test * test * test * test * test * exit condition * exit condition * exit condition * test * test * test * test * test * test * sanity * readme * change command name * update gradle settings * sanity * architecture aware docker build * sanity * put run harness step in a script * sanity * sanity --------- Co-authored-by: rodireich <rodireich@users.noreply.github.com>
21 lines
510 B
YAML
21 lines
510 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: Role
|
|
metadata:
|
|
name: airbyte-admin-role
|
|
rules:
|
|
- apiGroups: ["*"]
|
|
resources: ["jobs", "pods", "pods/log", "pods/exec", "pods/attach"]
|
|
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] # over-permission for now
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: default-admin-binding
|
|
roleRef:
|
|
apiGroup: ""
|
|
kind: Role
|
|
name: airbyte-admin-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|