diff --git a/deploy/helm/grafana-ldap-sync/templates/cronjob.yaml b/deploy/helm/grafana-ldap-sync/templates/cronjob.yaml index 48fc2f9..72a7e6e 100644 --- a/deploy/helm/grafana-ldap-sync/templates/cronjob.yaml +++ b/deploy/helm/grafana-ldap-sync/templates/cronjob.yaml @@ -1,4 +1,4 @@ -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ include "grafana-ldap-sync.fullname" . }} diff --git a/deploy/helm/grafana-ldap-sync/values.yaml b/deploy/helm/grafana-ldap-sync/values.yaml index 1bb6860..3b22e31 100644 --- a/deploy/helm/grafana-ldap-sync/values.yaml +++ b/deploy/helm/grafana-ldap-sync/values.yaml @@ -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" @@ -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 @@ -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. @@ -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