Merge branch 'master' into master

This commit is contained in:
Vlad Losev 2021-07-20 14:52:33 -07:00 committed by GitHub
commit 8999fd4757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -15,4 +15,4 @@ maintainers:
- name: benjaminws - name: benjaminws
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Fixed]: Removed init.serviceAccount unused fields" - "[Fixed]: Pods stuck in pending phase due to workflow update timeouts."

View file

@ -36,9 +36,11 @@ spec:
spec: spec:
type: object type: object
x-kubernetes-preserve-unknown-fields: true x-kubernetes-preserve-unknown-fields: true
x-kubernetes-map-type: atomic
status: status:
type: object type: object
x-kubernetes-preserve-unknown-fields: true x-kubernetes-preserve-unknown-fields: true
x-kubernetes-map-type: atomic
required: required:
- metadata - metadata
- spec - spec