fix(common): adding feature flag for default serviceaccount name (#360)

This commit is contained in:
Lawrence Gil 2024-10-08 16:31:24 +02:00 committed by GitHub
parent 3e2f1204e0
commit f111be38e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 17 deletions

View file

@ -34,6 +34,9 @@
"$ref": "schemas/controllers.json#/instance"
}
},
"enforceServiceAccountCreation": {
"type": "boolean"
},
"serviceAccount": {
"$ref": "schemas/serviceAccount.json#/settings"
},