Skip to content

Commit

Permalink
updated apiVersion of cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Oct 28, 2024
1 parent 6c4541a commit 4c2dbc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/grafana-ldap-sync/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "grafana-ldap-sync.fullname" . }}
Expand Down
16 changes: 10 additions & 6 deletions deploy/helm/grafana-ldap-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

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

podAnnotations: {}

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

resources: {}

resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down Expand Up @@ -95,6 +98,8 @@ config:
user: admin
# Password of account with admin rights on target grafana-server.
password: admin
# Grafana Organization ID that should be used to insert the teams.
org_id: 1

ldap:
# Set to True if NTLM should be used for LDAP.
Expand Down Expand Up @@ -128,7 +133,6 @@ config:
# Password for the LDAP-Server.
password: password


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

0 comments on commit 4c2dbc9

Please sign in to comment.