revert(forgejo): use pod names ad runner names for now
All checks were successful
Renovate / renovate (push) Successful in 4m18s
All checks were successful
Renovate / renovate (push) Successful in 4m18s
This commit is contained in:
parent
be982ab508
commit
d2d2538bd2
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ spec:
|
|||
- name: RUNNER_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
fieldPath: metadata.name
|
||||
- name: RUNNER_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -40,7 +40,7 @@ spec:
|
|||
- name: RUNNER_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
fieldPath: metadata.name
|
||||
- name: RUNNER_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue