-
Notifications
You must be signed in to change notification settings - Fork 132
feat(httproute): add optional kind and group fields to parentRefs #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
fe1f265
9964686
9b7a9be
38e24e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -256,6 +256,8 @@ opencost: | |
| # @default -- See [values.yaml](values.yaml) | ||
| parentRefs: | ||
| - name: "" | ||
| # kind: "" | ||
| # group: "" | ||
|
Comment on lines
+259
to
+260
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That default is not determined by this Helm chart. Closing comment.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Although we shouldn't set the default ourselves in the parentRefs:
- name: ""
# kind: "Gateway" # Default when omitted
# group: "gateway.networking.k8s.io" # Default when omitted |
||
| namespace: "" | ||
| sectionName: "" | ||
| # -- Hostnames for the HTTPRoute | ||
|
|
@@ -450,6 +452,8 @@ opencost: | |
| # @default -- See [values.yaml](values.yaml) | ||
| parentRefs: | ||
| - name: "" | ||
| # kind: "" | ||
| # group: "" | ||
| namespace: "" | ||
| sectionName: "" | ||
| # -- Hostnames for the HTTPRoute | ||
|
|
@@ -751,6 +755,8 @@ opencost: | |
| # @default -- See [values.yaml](values.yaml) | ||
| parentRefs: | ||
| - name: "" | ||
| # kind: "" | ||
| # group: "" | ||
| namespace: "" | ||
| sectionName: "" | ||
| # -- Hostnames for the HTTPRoute | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.