IPCEICIS-2297_working_oidc #30
1 changed files with 5 additions and 5 deletions
|
@ -16,11 +16,11 @@ spec:
|
|||
containers:
|
||||
- name: push
|
||||
image: docker.io/library/ubuntu:22.04
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: auth-generic-oauth-secret # thats the external secret the job should wait for
|
||||
- secretRef:
|
||||
name: k8s-job-token # edpbuilder should create this automatically and feed it to this job
|
||||
# envFrom:
|
||||
# - secretRef:
|
||||
# name: auth-generic-oauth-secret # thats the external secret the job should wait for
|
||||
# - secretRef:
|
||||
# name: k8s-job-token # edpbuilder should create this automatically and feed it to this job
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
|
Reference in a new issue