-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kgo): add kubernetes-configuration crds subchart
- Loading branch information
Showing
7 changed files
with
7,921 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
charts/gateway-operator/charts/kubernetes-configuration-crds/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: v2 | ||
name: kubernetes-configuration-crds | ||
version: 0.0.35 | ||
appVersion: "0.0.35" | ||
description: A Helm chart for Kong's Kubernetes Configuration CRDs |
15 changes: 15 additions & 0 deletions
15
charts/gateway-operator/charts/kubernetes-configuration-crds/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# kubernetes-configuration subchart | ||
|
||
This sub-chart contains Kong's [Kubernetes Configuration][kconf] CRDs, allowing users to control whether to install them. | ||
|
||
[kconf]: https://github.com/Kong/kubernetes-configuration | ||
|
||
### Contributing | ||
|
||
#### Syncing CRDs with `kong/kubernetes-configuration` repository | ||
|
||
To update the CRDs, you can run the following command: | ||
|
||
```bash | ||
kustomize build github.com/kong/kubernetes-configuration/config/crd > ./charts/gateway-operator/charts/kubernetes-configuration/crds/kubernetes-configuration-crds.yaml | ||
``` |
Oops, something went wrong.