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