Skip to content

Commit

Permalink
fix(charts): resolve overlapping cronjobs in all-in-one setup (#8643)
Browse files Browse the repository at this point in the history
Signed-off-by: iromli <isman.firmansyah@gmail.com>
(cherry picked from commit ffcc008)
  • Loading branch information
iromli authored and moabu committed Jun 6, 2024
1 parent f56ca64 commit 46b3cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/janssen-all-in-one/templates/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ spec:
restartPolicy: Never
{{- end }}

---

{{ if and (index .Values "kc-scheduler" "enabled") (.Values.saml.enabled) -}}
kind: CronJob
apiVersion: batch/v1
Expand Down

0 comments on commit 46b3cfb

Please sign in to comment.