Merge branch 'master' into master
This commit is contained in:
commit
8999fd4757
2 changed files with 3 additions and 1 deletions
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Removed init.serviceAccount unused fields"
|
||||
- "[Fixed]: Pods stuck in pending phase due to workflow update timeouts."
|
||||
|
|
|
@ -36,9 +36,11 @@ spec:
|
|||
spec:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
x-kubernetes-map-type: atomic
|
||||
status:
|
||||
type: object
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
x-kubernetes-map-type: atomic
|
||||
required:
|
||||
- metadata
|
||||
- spec
|
||||
|
|
Loading…
Reference in a new issue