Skip to content

Commit

Permalink
PRODUCT_NAME as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
odra committed Mar 11, 2019
1 parent cedd827 commit 23bba3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/openshift/backup-cronjob-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ objects:
value: "${ENCRYPTION_SECRET_NAME}"
- name: COMPONENT_SECRET_NAME
value: "${COMPONENT_SECRET_NAME}"
- name: PRODUCT_NAME
value: "${PRODUCT_NAME}"
restartPolicy: Never
parameters:
- name: NAME
Expand Down

0 comments on commit 23bba3d

Please sign in to comment.