Skip to content

Commit

Permalink
the new parameters were not in the schema so the update failed
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaulie committed Sep 26, 2024
1 parent ad04999 commit 4cbe7ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lacework-agent/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,18 @@
"hostNetworkAccess": {
"type": "boolean",
"description": "Enable host network access to the cluster collector pod"
},
"createRoleBinding": {
"type": "boolean",
"description": "Enable creation of the role binding"
},
"createRole": {
"type": "boolean",
"description": "Enable creation of the role"
},
"createServiceAccount": {
"type": "boolean",
"description": "Enable creation of the service account"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 4cbe7ba

Please sign in to comment.