Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • she/theodolite
1 result
Show changes
Showing
with 26 additions and 598 deletions
apiVersion: v1
kind: Pod
metadata:
name: kafka-client
spec:
containers:
- name: kafka-client
image: confluentinc/cp-enterprise-kafka:5.4.0
command:
- sh
- -c
- "exec tail -f /dev/null"
\ No newline at end of file
This diff is collapsed.
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: theodolite
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: theodolite
subjects:
- kind: ServiceAccount
name: theodolite
\ No newline at end of file
This diff is collapsed.
apiVersion: v1
kind: ServiceAccount
metadata:
name: theodolite
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
apiVersion: v1
kind: ServiceAccount
metadata:
name: prometheus
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.