update
diff --git a/charts/fluxcd-reconciler/templates/install.yaml b/charts/fluxcd-reconciler/templates/install.yaml
index 1ee3e95..29ce6ef 100644
--- a/charts/fluxcd-reconciler/templates/install.yaml
+++ b/charts/fluxcd-reconciler/templates/install.yaml
@@ -10,7 +10,7 @@
name: fluxcd-reconciler
rules: # TODO(gio): restrict to ns create and dnszone get
- apiGroups:
- - "source.toolkit.fluxcd.io"
+ - "source.toolkit.fluxcd.io/v1"
resources:
- "gitrepositories"
verbs:
@@ -62,12 +62,12 @@
matchLabels:
app: fluxcd-reconciler
replicas: 1
+ serviceAccountName: fluxcd-reconciler
template:
metadata:
labels:
app: fluxcd-reconciler
spec:
- serviceAccountName: fluxcd-reconciler
containers:
- name: fluxcd-reconciler
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}