Skip to content

Commit

Permalink
remove write_all_group (#349)
Browse files Browse the repository at this point in the history
* remove write_all_group

* CHANGELOG
  • Loading branch information
ssyno authored May 24, 2024
1 parent aa93fb9 commit e5f8fbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove `write_all_group` from values and schema.

## [1.42.9] - 2024-03-06

### Removed

- Remove deprecated giant swarm monitoring annotations and labels
- Remove deprecated giant swarm monitoring annotations and labels.

## [1.42.8] - 2024-02-05

Expand Down
12 changes: 0 additions & 12 deletions helm/dex-app/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,12 @@
},
"id": {
"type": "string"
},
"write_all_group": {
"type": "string"
}
}
}
},
"enabled": {
"type": "boolean"
},
"write_all_group": {
"type": "string"
}
}
},
Expand Down Expand Up @@ -256,15 +250,9 @@
},
"id": {
"type": "string"
},
"write_all_group": {
"type": "string"
}
}
}
},
"write_all_group": {
"type": "string"
}
}
},
Expand Down
2 changes: 0 additions & 2 deletions helm/dex-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ oidc:
clientID: ""
clientSecret: ""
team: ""
write_all_group: ""
connectors: []
customer:
enabled: false
connectorType: ""
connectorName: ""
connectorConfig: ""
write_all_group: ""
connectors: []

# Note that the public address in Giant Swarm management cluster configurations already includes the port
Expand Down

0 comments on commit e5f8fbe

Please sign in to comment.