Skip to content

Commit

Permalink
Fix secret ref name
Browse files Browse the repository at this point in the history
- Enable workflow_dispatch for helm publish
  • Loading branch information
thenav56 committed Nov 20, 2024
1 parent 129a9ed commit 6a3d8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Builds and pushes Docker Images and Helm charts to Github Registry

on:
workflow_dispatch:
push:
branches:
- develop
- project/*
- feature/helm-chart-merge # TODO: Remove this
# XXX: To add tags: Update the -alpha logic

permissions:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/cronjobs/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
{{- toYaml (default $.Values.worker.defaultResources $job.resources) | nindent 16 }}
envFrom:
- secretRef:
name: {{ template "ifrcgo-risk-module.fullname" $ }}-api-secret
name: {{ template "ifrcgo-risk-module.secretname" . }}
- configMapRef:
name: {{ template "ifrcgo-risk-module.fullname" $ }}-api-configmap
{{- with $.Values.imagePullSecrets }}
Expand Down

0 comments on commit 6a3d8b9

Please sign in to comment.