diff --git a/definitions/install.yaml b/definitions/install.yaml index 1fb0d61762..b72f149931 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -30,6 +30,8 @@ spec: enum: - enforce # blocks the resorce api-reques if a rule fails. - audit # allows resource creation and reports the failed validation rules as violations. Default + background: + type: boolean rules: type: array items: diff --git a/definitions/install_debug.yaml b/definitions/install_debug.yaml index cba8662c40..cdc83d86b5 100644 --- a/definitions/install_debug.yaml +++ b/definitions/install_debug.yaml @@ -30,7 +30,9 @@ spec: enum: - enforce # blocks the resorce api-reques if a rule fails. - audit # allows resource creation and reports the failed validation rules as violations. Default - rules: + background: + type: boolean + rules: type: array items: type: object