Bring operator to the brand new world of build and deployments.

This commit is contained in:
2025-12-17 23:45:25 +00:00
parent 067a51c9c7
commit 0de9397a2d
29 changed files with 1422 additions and 231 deletions
@@ -0,0 +1,16 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "chart.fullname" . }}-raczylo.com-clusterimageexport-viewer-role
labels:
{{- include "chart.labels" . | nindent 4 }}
rules:
- apiGroups:
- raczylo.com
resources:
- clusterimageexports
- clusterimageexports/status
verbs:
- get
- list
- watch