Skip to content

Commit 4c2dbc9

Browse files
author
Jens Plüddemann
committed
updated apiVersion of cronjob
1 parent 6c4541a commit 4c2dbc9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

deploy/helm/grafana-ldap-sync/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: batch/v1beta1
1+
apiVersion: batch/v1
22
kind: CronJob
33
metadata:
44
name: {{ include "grafana-ldap-sync.fullname" . }}

deploy/helm/grafana-ldap-sync/values.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: DOCKERHUB_USER/grafana-ldap-sync-script
8+
repository: ghcr.io/novatecconsulting/grafana-ldap-sync-script
99
pullPolicy: Always
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: "latest"
@@ -25,18 +25,21 @@ serviceAccount:
2525

2626
podAnnotations: {}
2727

28-
podSecurityContext: {}
28+
podSecurityContext:
29+
{}
2930
# fsGroup: 2000
3031

31-
securityContext: {}
32+
securityContext:
33+
{}
3234
# capabilities:
3335
# drop:
3436
# - ALL
3537
# readOnlyRootFilesystem: true
3638
# runAsNonRoot: true
3739
# runAsUser: 1000
38-
39-
resources: {}
40+
41+
resources:
42+
{}
4043
# We usually recommend not to specify default resources and to leave this as a conscious
4144
# choice for the user. This also increases chances charts run on environments with little
4245
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -95,6 +98,8 @@ config:
9598
user: admin
9699
# Password of account with admin rights on target grafana-server.
97100
password: admin
101+
# Grafana Organization ID that should be used to insert the teams.
102+
org_id: 1
98103

99104
ldap:
100105
# Set to True if NTLM should be used for LDAP.
@@ -128,7 +133,6 @@ config:
128133
# Password for the LDAP-Server.
129134
password: password
130135

131-
132136
# If you want to set the CSV Content explicitly set the content of csvContent to a string.
133137
# If this is blank, then we'll use the `teams` and `folders` maps
134138
# Of note, the Grafana-Team-ID value is not used so you can ignore that or set it to 1

0 commit comments

Comments
 (0)