fix: use serviceAccountName instead of deprecated serviceAccount
This commit is contained in:
parent
06b7aa7903
commit
bb79c56c30
|
@ -16,7 +16,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: hydra
|
io.kompose.service: hydra
|
||||||
spec:
|
spec:
|
||||||
serviceAccount: hydra-sa
|
serviceAccountName: hydra-sa
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-migrate
|
- name: wait-for-migrate
|
||||||
image: reg.cadoles.com/proxy_cache/groundnuty/k8s-wait-for:v1.3
|
image: reg.cadoles.com/proxy_cache/groundnuty/k8s-wait-for:v1.3
|
||||||
|
|
Loading…
Reference in New Issue