Skip to content

Commit

Permalink
Rancher Fleet support
Browse files Browse the repository at this point in the history
Rancher fleet installs applications from the existing Helm Chart. During installation it injects at least properties into `global.fleet`.
Because k8gb schema is too strict, `helm install` does not work because fleet injects its properties We solved this by deleting the schema and rebuilding Chart.

This PR whitelists the fleet object in globals, so k8gb can be installed directly.

Signed-off-by: Michal Kuritka <[email protected]>
  • Loading branch information
kuritka committed Sep 4, 2023
1 parent 4c97524 commit d4d4448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/k8gb/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
"type": "object",
"additionalProperties": false,
"properties": {
"fleet": {
"type": "object"
},
"imagePullSecrets": {
"type": [
"array",
Expand Down

0 comments on commit d4d4448

Please sign in to comment.