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