fix: use variable to reference hydra-migrate job

This commit is contained in:
2023-01-30 16:15:39 +01:00
parent bb79c56c30
commit abe220ff40
2 changed files with 11 additions and 2 deletions

View File

@ -21,4 +21,13 @@ configMapGenerator:
- URLS_LOGIN=http://hydra-login-app/login
- URLS_CONSENT=http://hydra-consent-app/consent
- URLS_LOGOUT=http://hydra-logout-app/logout
- HYDRA_SERVE_ALL_ARGS=
- HYDRA_SERVE_ALL_ARGS=
vars:
- name: HYDRA_MIGRATE_JOB_NAME
objref:
name: hydra-migrate
kind: Job
apiVersion: batch/v1
fieldref:
fieldpath: metadata.name