Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from cetic/develop
Browse files Browse the repository at this point in the history
add pull policy to cronjob
  • Loading branch information
AyadiAmen authored Dec 8, 2020
2 parents 786da5e + aa2305b commit 5408db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: postgresql
version: 0.2.0
version: 0.2.1
appVersion: 11.5.0
description: PostgreSQL is an open-source object-relational database management system (ORDBMS) emphasizing extensibility and technical standards compliance.
keywords:
Expand Down
1 change: 1 addition & 0 deletions templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
- name: pg-ldap-sync
image: {{ .Values.ldap.cron.repo }}:{{ .Values.ldap.cron.tag }}
args: [ "/workspace/pgldap-config.yaml", "-vv"]
imagePullPolicy: IfNotPresent
volumeMounts:
- name: pgldap-config
mountPath: {{ .Values.ldap.cron.mountPath | quote}}
Expand Down

0 comments on commit 5408db0

Please sign in to comment.