File tree 2 files changed +11
-7
lines changed
deploy/helm/grafana-ldap-sync
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- apiVersion : batch/v1beta1
1
+ apiVersion : batch/v1
2
2
kind : CronJob
3
3
metadata :
4
4
name : {{ include "grafana-ldap-sync.fullname" . }}
Original file line number Diff line number Diff line change 5
5
replicaCount : 1
6
6
7
7
image :
8
- repository : DOCKERHUB_USER /grafana-ldap-sync-script
8
+ repository : ghcr.io/novatecconsulting /grafana-ldap-sync-script
9
9
pullPolicy : Always
10
10
# Overrides the image tag whose default is the chart appVersion.
11
11
tag : " latest"
@@ -25,18 +25,21 @@ serviceAccount:
25
25
26
26
podAnnotations : {}
27
27
28
- podSecurityContext : {}
28
+ podSecurityContext :
29
+ {}
29
30
# fsGroup: 2000
30
31
31
- securityContext : {}
32
+ securityContext :
33
+ {}
32
34
# capabilities:
33
35
# drop:
34
36
# - ALL
35
37
# readOnlyRootFilesystem: true
36
38
# runAsNonRoot: true
37
39
# runAsUser: 1000
38
-
39
- resources : {}
40
+
41
+ resources :
42
+ {}
40
43
# We usually recommend not to specify default resources and to leave this as a conscious
41
44
# choice for the user. This also increases chances charts run on environments with little
42
45
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -95,6 +98,8 @@ config:
95
98
user : admin
96
99
# Password of account with admin rights on target grafana-server.
97
100
password : admin
101
+ # Grafana Organization ID that should be used to insert the teams.
102
+ org_id : 1
98
103
99
104
ldap :
100
105
# Set to True if NTLM should be used for LDAP.
@@ -128,7 +133,6 @@ config:
128
133
# Password for the LDAP-Server.
129
134
password : password
130
135
131
-
132
136
# If you want to set the CSV Content explicitly set the content of csvContent to a string.
133
137
# If this is blank, then we'll use the `teams` and `folders` maps
134
138
# Of note, the Grafana-Team-ID value is not used so you can ignore that or set it to 1
You can’t perform that action at this time.
0 commit comments